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

@@ -95,7 +95,7 @@ code {
}
.hint {
color: $gab-background-info;
color: $gab-secondary-text;
a {
color: $highlight-text-color;
@@ -116,7 +116,7 @@ code {
p.hint {
margin-bottom: 15px;
color: $gab-background-info;
color: $gab-secondary-text;
&.subtle-hint {
text-align: center;