Changed a couple of badly named color variables.

This commit is contained in:
Dank Gabs
2019-07-02 15:50:43 -04:00
parent 459aeb5dcc
commit 267deeb04b
14 changed files with 51 additions and 59 deletions

View File

@@ -26,7 +26,7 @@ body {
color: white;
background: $gab-background-base;
&.theme-gabsocial-light {
color: $gab-active-border;
color: $gab-default-text-light;
background: $gab-background-base-light;
}