Merge pull request #512 from ThibG/glitch-soc/fixes/fix-ckbox-color

Change notification cleaning checkbox color (fixes #511)
This commit is contained in:
ThibG 2018-05-23 18:54:31 +02:00 committed by GitHub
commit e4c82e33e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;