Compare commits

..

2 Commits

Author SHA1 Message Date
Icedream dea7abe861
Add missing !default flag for variable.
gitea/icedream/rekt-theme/master Something is wrong with the build of this commit Details
[ci skip]
2018-07-23 01:45:09 +02:00
Icedream 3025cbd72c
Fix typo.
[ci skip]
2018-07-23 01:44:41 +02:00
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ $icedream-text-color: #EEE !default;
$icedream-extended-line-height: 5vmin !default;
// extra features
$icedream-staturation: true !default;
$icedream-saturation: true !default;
$icedream-metadata-overlay: false !default;
$icedream-metadata-overlay-background-gradient-from: #000 !default;
$icedream-metadata-overlay-background-gradient-to: transparent !default;
@ -24,7 +24,7 @@ $icedream-fog-bg-blur: false !default;
$icedream-fog-bg-animated: true !default;
$icedream-fog-bg-pulse-animation-length: 68s !default;
$icedream-fog-bg-slide-animation-length: 25s !default;
$icedream-station-fill-background-color: rgba(255, 255, 255, .1);
$icedream-station-fill-background-color: rgba(255, 255, 255, .1) !default;
$rekt-tab-count: 4 !default;
$rekt-border-color: #AAA !default;

View File

@ -1,13 +1,13 @@
// player
#player {
.player_button {
@if $icedream-staturation {
@if $icedream-saturation {
@include saturate-from-red();
}
}
.slider {
.active {
@if $icedream-staturation {
@if $icedream-saturation {
@include saturate-from-red();
}
}

View File

@ -47,13 +47,13 @@
}
.eq {
@if $icedream-staturation {
@if $icedream-saturation {
@include saturate-from-red();
}
}
#wave {
@if $icedream-staturation {
@if $icedream-saturation {
@include saturate-from-red(300%, 5%);
}
}