Fix font color

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-09-03 18:32:44 +02:00
parent 99404fe5cd
commit 92a440a0b5
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 6 additions and 7 deletions

View File

@ -10,11 +10,10 @@
}
.ui-widget-header {
border: none;
background: $color-primary none;
color: $color-primary-text;
color: $color-main-text;
}
.ui-widget-header a {
color: $color-primary-text;
color: $color-main-text;
}
/* Interaction states
@ -55,12 +54,12 @@
border: 1px solid $color-primary;
background: $color-main-background none;
font-weight: bold;
color: $color-primary;
color: $color-main-text;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: $color-primary;
color: $color-main-text;
}
/* Interaction Cues
@ -155,9 +154,9 @@
.ui-state-active {
border: none;
border-bottom: 1px solid $color-main-text;
color: $color-primary-text;
color: $color-main-text;
a, a:link, a:hover, a:visited {
color: $color-primary-text;
color: $color-main-text;
}
}
.ui-state-active {