about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/about.scss
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-01-25 22:42:21 +0100
committerGitHub <noreply@github.com>2019-01-25 22:42:21 +0100
commit270bf7778d681453b259e54b5da55fb449365c8b (patch)
treef94f595aa4347572fe7a62488c8bc90d56f94d2f /app/javascript/flavours/glitch/styles/about.scss
parentafec6b43eb856547ccc7083dbb677096d78821bf (diff)
parent8ef0498f1ca4ff4dab7d8255f15577a86907c392 (diff)
Merge pull request #896 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/styles/about.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/about.scss12
1 files changed, 12 insertions, 0 deletions
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;