Merge pull request #459 from ThibG/glitch-soc/features/text-color-variables

Add text color variables + minor SCSS fixes + high contrast skin
This commit is contained in:
beatrix
2018-05-06 11:32:42 -04:00
committed by GitHub
32 changed files with 435 additions and 396 deletions

View File

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