summaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2022-01-02 22:25:25 +0100
committerLibravatar kytwb <kytwb@pm.me>2022-01-02 22:25:25 +0100
commitd6306e6e9a0c1537f5c0542da2068b5e01e1cb07 (patch)
tree5fc0a8895d3286f27c00ecc478b54d8f11e4b64a /src/styles
parentMake Modal components display on top of settings (diff)
downloadferdium-app-d6306e6e9a0c1537f5c0542da2068b5e01e1cb07.tar.gz
ferdium-app-d6306e6e9a0c1537f5c0542da2068b5e01e1cb07.tar.zst
ferdium-app-d6306e6e9a0c1537f5c0542da2068b5e01e1cb07.zip
Reduce contrast on navigation links badges in light mode
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index e4a3581e4..3178f718d 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -535,18 +535,8 @@
535 } 535 }
536 border-bottom: 1px solid darken($theme-gray-lightest, 3%); 536 border-bottom: 1px solid darken($theme-gray-lightest, 3%);
537 537
538 .badge {
539 background: $theme-gray-light;
540 color: #fff;
541 }
542
543 &:hover { 538 &:hover {
544 background: darken($theme-gray-lightest, 8%); 539 background: darken($theme-gray-lightest, 8%);
545
546 .badge {
547 background: $theme-gray-light;
548 color: #fff;
549 }
550 } 540 }
551 541
552 &.is-active { 542 &.is-active {