about summary refs log tree commit diff
path: root/app/javascript/styles/contrast
diff options
context:
space:
mode:
authornzws <git-yuzu@svk.jp>2019-05-08 06:53:58 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-05-07 23:53:58 +0200
commit5c82d660d11d38c2f13c6c8a4f1c60f62f6176cb (patch)
tree8313b45acb82bf31288595351be2a4b30ae1553f /app/javascript/styles/contrast
parentfbff73eccb56aac56535eb55743958424f56fd67 (diff)
Fix some colors of high contrast theme (#10711)
* Fix "nothing here" text color of high contrast

* Fix counter border color of high contrast
Diffstat (limited to 'app/javascript/styles/contrast')
-rw-r--r--app/javascript/styles/contrast/diff.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/javascript/styles/contrast/diff.scss b/app/javascript/styles/contrast/diff.scss
index 8429103b8..f78e60597 100644
--- a/app/javascript/styles/contrast/diff.scss
+++ b/app/javascript/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;
+}