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

@@ -310,8 +310,8 @@
max-width: 90vw;
border-radius: 4px;
border: 1px solid $gab-placeholder-accent;
color: $gab-background-info;
body.theme-gabsocial-light & {color: $gab-active-border;}
color: $gab-secondary-text;
body.theme-gabsocial-light & {color: $gab-default-text-light;}
background: $gab-background-container;
.status__display-name {
display: block;
@@ -432,8 +432,8 @@
.status__content,
.status__content p {
color: $gab-background-info;
body.theme-gabsocial-light & {color: $gab-active-border;}
color: $gab-secondary-text;
body.theme-gabsocial-light & {color: $gab-default-text-light;}
}
@media screen and (max-width: 480px) {
@@ -520,7 +520,7 @@
align-items: center;
padding: 13px 10px 12px;
@inclide font-size(14);
color: $gab-background-info;
color: $gab-secondary-text;
text-decoration: none;
&,
button {transition: none;}