]> 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)
committerThibaut Girka <thib@sitedethib.com>
Fri, 25 Jan 2019 10:48:02 +0000 (11:48 +0100)
app/javascript/flavours/glitch/styles/about.scss

index e8f46766a80fb93759206b6c91fe53b16531c100..302de020bde3af5f1fbc828ac0afd20a489b9f16 100644 (file)
@@ -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;