From 0553496b768366fc3bc593fe08325cf3e015152c Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Wed, 23 May 2018 18:29:15 +0200 Subject: [PATCH] Change notification cleaning checkbox color (fixes #511) --- app/javascript/flavours/glitch/styles/components/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;