diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-05-23 18:29:15 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-05-23 18:29:15 +0200 |
commit | 0553496b768366fc3bc593fe08325cf3e015152c (patch) | |
tree | b2aded33917041884533c7cea903a237e39eea20 /app | |
parent | 2289250f69e78a8888f8fc4db7ec24a1049c161e (diff) |
Change notification cleaning checkbox color (fixes #511)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 6f3338605..9d1022416 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -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; |