Fix station fill background.
gitea/icedream/rekt-theme/master There was a failure building this commit Details

header/meta/side-by-side
Icedream 2018-07-13 16:17:16 +02:00
parent 6b83bc3c1b
commit 3e79d60a17
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@ $icedream-nav-bg-fade: true !default;
$icedream-fog-bg: true !default;
$icedream-fog-bg-animated: true !default;
$icedream-fog-bg-animation-length: 5s !default;
$icedream-station-fill-background-color: rgba(255, 255, 255, .1);
$rekt-tab-count: 4 !default;
$rekt-border-color: #AAA !default;

View File

@ -2,4 +2,8 @@
.title {
font-weight: 700;
}
&.active {
background-color: $icedream-station-fill-background-color;
}
}