Fix typo.

[ci skip]
header/meta/overlay^2
Icedream 2018-07-23 01:44:41 +02:00
parent ce5deeb4a1
commit 3025cbd72c
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
3 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ $icedream-text-color: #EEE !default;
$icedream-extended-line-height: 5vmin !default; $icedream-extended-line-height: 5vmin !default;
// extra features // extra features
$icedream-staturation: true !default; $icedream-saturation: true !default;
$icedream-metadata-overlay: false !default; $icedream-metadata-overlay: false !default;
$icedream-metadata-overlay-background-gradient-from: #000 !default; $icedream-metadata-overlay-background-gradient-from: #000 !default;
$icedream-metadata-overlay-background-gradient-to: transparent !default; $icedream-metadata-overlay-background-gradient-to: transparent !default;

View File

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

View File

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