diff options
author | Jeong Arm <kjwonmail@gmail.com> | 2019-01-22 04:03:44 +0900 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-01-25 11:48:02 +0100 |
commit | 77394156dd43bb5a711d3434504a26c8d1e2acf5 (patch) | |
tree | ac7c07e545c2ffb9c676eb736c9012ee343092a7 /app/javascript/flavours/glitch/styles | |
parent | 04e2c673898203683a8a56f4910d07ba0685ed86 (diff) |
Apply style for .landing-page strong (#9892)
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/about.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/about.scss b/app/javascript/flavours/glitch/styles/about.scss index e8f46766a..302de020b 100644 --- a/app/javascript/flavours/glitch/styles/about.scss +++ b/app/javascript/flavours/glitch/styles/about.scss @@ -847,6 +847,18 @@ $small-breakpoint: 960px; margin-bottom: 0; } + strong { + display: inline; + margin: 0; + padding: 0; + font-weight: 700; + background: transparent; + font-family: inherit; + font-size: inherit; + line-height: inherit; + color: lighten($darker-text-color, 10%); + } + .account { border-bottom: 0; padding: 0; |