]> cat aescling's git repositories - mastodon.git/commitdiff
Apply style for .landing-page strong (#9892)
authorJeong Arm <kjwonmail@gmail.com>
Mon, 21 Jan 2019 19:03:44 +0000 (04:03 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 21 Jan 2019 19:03:44 +0000 (20:03 +0100)
app/javascript/styles/mastodon/about.scss

index c6f249fabdf5257b7477627a981f904865e63ea3..b6c92a09e7dac668f82d167f6aa7b000d9a2e3c2 100644 (file)
@@ -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;