From: Jeong Arm Date: Mon, 21 Jan 2019 19:03:44 +0000 (+0900) Subject: Apply style for .landing-page strong (#9892) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=77394156dd43bb5a711d3434504a26c8d1e2acf5;p=mastodon.git Apply style for .landing-page strong (#9892) --- 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;