[Glitch] Add color variables of texts for better accesibility

Port 74dae9458d and related to glitch-soc
This commit is contained in:
Thibaut Girka
2018-05-05 17:58:46 +02:00
parent 390cfdef2e
commit b3a236637e
27 changed files with 293 additions and 328 deletions

View File

@@ -31,7 +31,7 @@
}
th {
color: $ui-primary-color;
color: $darker-text-color;
background: lighten($ui-base-color, 13%);
max-width: 120px;
@@ -46,7 +46,7 @@
background: $ui-base-color;
a {
color: $ui-highlight-color;
color: $highlight-text-color;
}
}
}