diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2020-01-27 13:44:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 13:44:29 +0100 |
commit | c2dfd5e4e24a70fbfa02678fde4cfc6f6750deb4 (patch) | |
tree | b6c48e9dba249b8bd8c0754397a49b036d4dcee1 /app/javascript/styles/mastodon/about.scss | |
parent | 7b8e0d3477a798297d44083e354ba244776080f9 (diff) |
Revert "Avoid using uppercase text-transform (#12684)" (#12987)
This reverts commit 7da54001fe21d1fd10ede5ac78e5c76f25afc08e.
Diffstat (limited to 'app/javascript/styles/mastodon/about.scss')
-rw-r--r-- | app/javascript/styles/mastodon/about.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/about.scss b/app/javascript/styles/mastodon/about.scss index 201235187..cf16b54ac 100644 --- a/app/javascript/styles/mastodon/about.scss +++ b/app/javascript/styles/mastodon/about.scss @@ -719,8 +719,9 @@ $small-breakpoint: 960px; h4 { padding: 10px; + text-transform: uppercase; font-weight: 700; - font-size: 14px; + font-size: 13px; color: $darker-text-color; } |