]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix some colors of high contrast theme
authornzws <git-yuzu@svk.jp>
Tue, 7 May 2019 21:53:58 +0000 (06:53 +0900)
committerThibaut Girka <thib@sitedethib.com>
Fri, 10 May 2019 16:59:12 +0000 (18:59 +0200)
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/contrast/diff.scss

index 8429103b8aff1e32eaa464a107c4552f47e2f039..f78e60597544b796d19f3f7ee88d8e1ba3718a9e 100644 (file)
     text-decoration: none;
   }
 }
+
+.nothing-here {
+  color: $darker-text-color;
+}
+
+.public-layout .public-account-header__tabs__tabs .counter.active::after {
+  border-bottom: 4px solid $ui-highlight-color;
+}