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

@@ -111,7 +111,7 @@
.icon-button {
display: inline-block;
padding: 0;
color: $gab-background-info;
color: $gab-secondary-text;
border: none;
background: transparent;
cursor: pointer;
@@ -144,7 +144,7 @@
}
&.inverted {
color: $gab-background-info;
color: $gab-secondary-text;
&:hover,
&:active,
@@ -179,7 +179,7 @@
}
.text-icon-button {
color: $gab-background-info;
color: $gab-secondary-text;
border: none;
background: transparent;
cursor: pointer;
@@ -1124,7 +1124,7 @@ a.account__display-name {
margin: 0 10px 0 68px;
padding: 8px 0 0;
cursor: default;
color: $gab-background-info;
color: $gab-secondary-text;
font-size: 15px;
line-height: 22px;
position: relative;
@@ -2042,14 +2042,14 @@ a.account__display-name {
margin-bottom: 20px;
a {
color: $gab-background-info;
color: $gab-secondary-text;
text-decoration: underline;
}
}
a {
text-decoration: none;
color: $gab-background-info;
color: $gab-secondary-text;
&:hover,
&:focus,
@@ -2473,7 +2473,7 @@ a.status-card.compact:hover {
background: $gab-background-container;
body.theme-gabsocial-light & {
background: $gab-background-container-light;
color: $gab-active-border;
color: $gab-default-text-light;
}
flex: 0 0 auto;
@@ -2533,7 +2533,7 @@ a.status-card.compact:hover {
color: #fff;
background: $gab-background-container;
body.theme-gabsocial-light & {
color: $gab-active-border;
color: $gab-default-text-light;
background: $gab-background-container-light;
}
&:hover {color: lighten($darker-text-color, 7%);}
@@ -4897,10 +4897,8 @@ noscript {
span:first-of-type {
font-size: 20px !important;
line-height: 1.25;
color: #ffffff;
body.theme-gabsocial-light & {color: $gab-active-border;}
body.theme-gabsocial-light & {color: $gab-default-text-light;}
font-weight: 600 !important;
overflow: hidden;
white-space: nowrap;