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=d50e824168a32d41ec1efce13beef22a4d7ff7c5;p=mastodon.git Apply style for .landing-page strong (#9892) --- diff --git a/app/javascript/styles/mastodon/about.scss b/app/javascript/styles/mastodon/about.scss index c6f249fab..b6c92a09e 100644 --- a/app/javascript/styles/mastodon/about.scss +++ b/app/javascript/styles/mastodon/about.scss @@ -845,6 +845,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;