[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

@@ -8,7 +8,7 @@
&__icon {
flex: 0 0 auto;
color: $ui-base-lighter-color;
color: $dark-text-color;
padding: 8px 18px;
cursor: default;
border-right: 1px solid lighten($ui-base-color, 8%);
@@ -38,7 +38,7 @@
a {
text-decoration: none;
color: $ui-base-lighter-color;
color: $dark-text-color;
font-weight: 500;
&:hover {
@@ -57,7 +57,7 @@
}
.fa {
color: $ui-base-lighter-color;
color: $dark-text-color;
}
}
}