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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user