]> git.parisson.com Git - mezzo.git/commitdiff
Set global text color to white
authorJérémy Fabre <Jeremy@iMacdeJeremy2.fritz.box>
Tue, 7 Feb 2017 13:10:15 +0000 (14:10 +0100)
committerJérémy Fabre <Jeremy@iMacdeJeremy2.fritz.box>
Tue, 7 Feb 2017 13:10:15 +0000 (14:10 +0100)
app/static/src/sass/layout/_global.scss

index b6d885d50666754d83366675534261645c0937df..2eaa8d1b4d7e07683d3c29b5caa3d3414eee67aa 100755 (executable)
@@ -41,6 +41,7 @@
 html, body {
 
     background: $color-background;
+    color: white;
 
     @include mq($until: sm) {