Changed a couple of badly named color variables.
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
span {
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
color: $gab-background-info;
|
||||
color: $gab-secondary-text;
|
||||
font-weight: 400;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@@ -175,7 +175,7 @@
|
||||
.nothing-here {
|
||||
background: $ui-base-color;
|
||||
box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
|
||||
color: $gab-background-info;
|
||||
color: $gab-secondary-text;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user