about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/about.scss
diff options
context:
space:
mode:
authorJeong Arm <kjwonmail@gmail.com>2019-01-22 04:03:44 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-01-21 20:03:44 +0100
commitd50e824168a32d41ec1efce13beef22a4d7ff7c5 (patch)
treeb22bc5e5fdfc90813369c2d58bdec1dca407ae13 /app/javascript/styles/mastodon/about.scss
parent061feb63ed852acb5d70e2678c9e63425e6ca71b (diff)
Apply style for .landing-page strong (#9892)
Diffstat (limited to 'app/javascript/styles/mastodon/about.scss')
-rw-r--r--app/javascript/styles/mastodon/about.scss12
1 files changed, 12 insertions, 0 deletions
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;