Compare commits

..

No commits in common. "dea7abe8619f9be802d7401f3def9bf04ec1b828" and "ce5deeb4a1bfb655df38eb07dd3822b6c3efd949" have entirely different histories.

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-saturation: true !default;
$icedream-staturation: 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) !default;
$icedream-station-fill-background-color: rgba(255, 255, 255, .1);
$rekt-tab-count: 4 !default;
$rekt-border-color: #AAA !default;

View File

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

View File

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