Fix station fill background.
gitea/icedream/rekt-theme/master There was a failure building this commit
Details
gitea/icedream/rekt-theme/master There was a failure building this commit
Details
parent
6b83bc3c1b
commit
3e79d60a17
|
@ -20,6 +20,7 @@ $icedream-nav-bg-fade: true !default;
|
||||||
$icedream-fog-bg: true !default;
|
$icedream-fog-bg: true !default;
|
||||||
$icedream-fog-bg-animated: true !default;
|
$icedream-fog-bg-animated: true !default;
|
||||||
$icedream-fog-bg-animation-length: 5s !default;
|
$icedream-fog-bg-animation-length: 5s !default;
|
||||||
|
$icedream-station-fill-background-color: rgba(255, 255, 255, .1);
|
||||||
|
|
||||||
$rekt-tab-count: 4 !default;
|
$rekt-tab-count: 4 !default;
|
||||||
$rekt-border-color: #AAA !default;
|
$rekt-border-color: #AAA !default;
|
||||||
|
|
|
@ -2,4 +2,8 @@
|
||||||
.title {
|
.title {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
background-color: $icedream-station-fill-background-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue