Browse Source

[Glitch] Fix some colors of high contrast theme

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
nzws 5 years ago
committed by Thibaut Girka
parent
commit
78ff7e3821
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      app/javascript/flavours/glitch/styles/contrast/diff.scss

+ 8
- 0
app/javascript/flavours/glitch/styles/contrast/diff.scss View File

@ -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;
}

Loading…
Cancel
Save