about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-05-23 18:29:15 +0200
committerThibaut Girka <thib@sitedethib.com>2018-05-23 18:29:15 +0200
commit0553496b768366fc3bc593fe08325cf3e015152c (patch)
treeb2aded33917041884533c7cea903a237e39eea20 /app/javascript/flavours/glitch/styles/components
parent2289250f69e78a8888f8fc4db7ec24a1049c161e (diff)
Change notification cleaning checkbox color (fixes #511)
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss2
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;