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

@@ -47,7 +47,7 @@ $content-width: 840px;
a {
display: block;
padding: 15px;
color: $gab-background-info;
color: $gab-secondary-text;
text-decoration: none;
transition: all 200ms linear;
transition-property: color, background-color;
@@ -137,7 +137,7 @@ $content-width: 840px;
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
color: $gab-background-info;
color: $gab-secondary-text;
padding-bottom: 8px;
margin-bottom: 8px;
border-bottom: 1px solid lighten($ui-base-color, 8%);
@@ -167,7 +167,7 @@ $content-width: 840px;
.directory__tag h4 {
font-size: 18px;
font-weight: 700;
color: $gab-background-info;
color: $gab-secondary-text;
text-transform: none;
padding-bottom: 0;
margin-bottom: 0;
@@ -177,11 +177,11 @@ $content-width: 840px;
& > p {
font-size: 14px;
line-height: 18px;
color: $gab-background-info;
color: $gab-secondary-text;
margin-bottom: 20px;
strong {
color: $gab-background-info;
color: $gab-secondary-text;
font-weight: 500;
@each $lang in $cjk-langs {
@@ -206,7 +206,7 @@ $content-width: 840px;
}
.muted-hint {
color: $gab-background-info;
color: $gab-secondary-text;
a {
color: $highlight-text-color;
@@ -285,16 +285,16 @@ $content-width: 840px;
a {
display: inline-block;
color: $gab-background-info;
color: $gab-secondary-text;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
border-bottom: 2px solid $gab-background-info;
border-bottom: 2px solid $gab-secondary-text;
&:hover {
color: $primary-text-color;
border-bottom: 2px solid lighten($gab-background-info, 5%);
border-bottom: 2px solid lighten($gab-secondary-text, 5%);
}
&.selected {