]> cat aescling's git repositories - mastodon.git/commitdiff
Fix some colors of high contrast theme (#10711)
authornzws <git-yuzu@svk.jp>
Tue, 7 May 2019 21:53:58 +0000 (06:53 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 7 May 2019 21:53:58 +0000 (23:53 +0200)
* Fix "nothing here" text color of high contrast

* Fix counter border color of high contrast

app/javascript/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;
+}