Browse Source

Change notification cleaning checkbox color (fixes #511)

closed-social-glitch-2
Thibaut Girka 6 years ago
parent
commit
0553496b76
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/flavours/glitch/styles/components/index.scss

+ 1
- 1
app/javascript/flavours/glitch/styles/components/index.scss View File

@ -894,7 +894,7 @@
width: 30px;
height: 30px;
font-size: 20px;
color: $inverted-text-color;
color: $darker-text-color;
text-shadow: 0 0 5px black;
display: flex;
justify-content: center;

Loading…
Cancel
Save