removed accent hue in a couple places where it didnt need to be specified

This commit is contained in:
Malcolm Diller 2022-10-17 23:36:05 -07:00
parent e476d68848
commit d2215c2ba9

View File

@ -91,7 +91,6 @@
--background-color3: hsl(var(--main-hue), var(--main-saturation), calc(var(--value-base) - (2 * var(--value-step))));
--background-color4: hsl(var(--main-hue), var(--main-saturation), calc(var(--value-base) - (3 * var(--value-step))));
--accent-hue: 266;
--make-image-border: none;
--button-color: var(--accent-color);
@ -113,7 +112,6 @@
--background-color3: hsl(var(--main-hue), var(--main-saturation), calc(var(--value-base) + (2 * var(--value-step))));
--background-color4: hsl(var(--main-hue), var(--main-saturation), calc(var(--value-base) + (3 * var(--value-step))));
--accent-hue: 266;
--make-image-border: none;
--button-color: var(--accent-color);