changed default to non rainbow
This commit is contained in:
parent
7972d47513
commit
38402498f2
@ -2,7 +2,7 @@
|
|||||||
--bg-color: rgb(16, 16, 16);
|
--bg-color: rgb(16, 16, 16);
|
||||||
--primary: rgb(240, 240, 240);
|
--primary: rgb(240, 240, 240);
|
||||||
|
|
||||||
--secondary-color: hsl(200, 60%, 60%);
|
--secondary-color: hsl(210, 60%, 40%);
|
||||||
/*--secondary-color: rgb(0, 138, 216);*/
|
/*--secondary-color: rgb(0, 138, 216);*/
|
||||||
|
|
||||||
--font-weight: 400;
|
--font-weight: 400;
|
||||||
|
@ -31,5 +31,5 @@ function setRainbowColor() {
|
|||||||
hue = (hue + 1) % 360;
|
hue = (hue + 1) % 360;
|
||||||
}
|
}
|
||||||
|
|
||||||
setRainbowColor();
|
// setRainbowColor();
|
||||||
setInterval(setRainbowColor, colorChangeInterval);
|
// setInterval(setRainbowColor, colorChangeInterval);
|
||||||
|
Loading…
Reference in New Issue
Block a user