about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/contrast
diff options
context:
space:
mode:
authornzws <git-yuzu@svk.jp>2019-05-08 06:53:58 +0900
committerThibaut Girka <thib@sitedethib.com>2019-05-10 18:59:12 +0200
commit78ff7e382103b1489e204d8fc3e02790a7d90b8d (patch)
treec8f37582db146372ad810f3d1db5bffbf62a64db /app/javascript/flavours/glitch/styles/contrast
parent96f0747afe346f2aee358d842f8f9f77638c27a9 (diff)
[Glitch] Fix some colors of high contrast theme
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/contrast')
-rw-r--r--app/javascript/flavours/glitch/styles/contrast/diff.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/contrast/diff.scss b/app/javascript/flavours/glitch/styles/contrast/diff.scss
index 8429103b8..f78e60597 100644
--- a/app/javascript/flavours/glitch/styles/contrast/diff.scss
+++ b/app/javascript/flavours/glitch/styles/contrast/diff.scss
@@ -67,3 +67,11 @@
     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;
+}