Adjust colors

This commit is contained in:
Björn Fromme
2019-12-13 09:54:44 +01:00
parent 5093fdf672
commit 8af60e9ed6
3 changed files with 8 additions and 6 deletions
@@ -17,9 +17,9 @@ $darkButtonLine: rgba($darkButton, 0.8);
$color-bg-second:rgba($darkButton, 0.5); $color-bg-second:rgba($darkButton, 0.5);
$button: #ffe900; $button: #f9c33d;
$bgAlpha: rgba($link, 0.5); $bgAlpha: rgba($link, 0.5);
$buttonActiveHover: #e9d504; $buttonActiveHover: #f9c33d;
$buttonInfoHover:#04578e; $buttonInfoHover:#04578e;
$colorBlack: #404040; $colorBlack: #404040;
$typoWhite: #ffffff; $typoWhite: #ffffff;
@@ -26,13 +26,15 @@
} }
.btn, .btn {
color: white;
}
.ep-has-error-bar, .ep-has-error-bar,
.checkbox label input[type="checkbox"] + .cr > .cr-icon{ .checkbox label input[type="checkbox"] + .cr > .cr-icon{
color:$bg; color: white;
} }
.topnavi .container .row a{ .topnavi .container .row a{
color:$typoWhite; color: white;
} }
.ep-disturber-last-chance{ .ep-disturber-last-chance{
@@ -1,5 +1,5 @@
$color-brand-primary: #82C3C6; $color-brand-primary: #82C3C6;
$color-button-background: #f9c33d; $color-button-background: #f9c33d;
$color-button-foreground: $color-brand-primary; $color-button-foreground: white;
$color-button-booking: $color-label-success; $color-button-booking: $color-label-success;