refactor(#28): Switch to 1 color hue #30

Merged
alk-spriet merged 2 commits from 24-refactor-gradients into main 2023-05-30 17:31:21 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7a9cf3dc7a - Show all commits

View File

@ -2,7 +2,7 @@
domain("ltg-admin.supplierxm.salsify.com") {
:root {
--stripe-size: 100px;
--color1: hsl(180, 63%, 36%);
--color1: hsl(180, 78%, 35%);
--color2: rgba(0, 0, 0, 0.15);
--duration: 1s;
--state: running;

View File

@ -2,7 +2,7 @@
domain("localstream.alkemics.com") {
:root {
--stripe-size: 100px;
--color1: hsl(205, 70%, 50%);
--color1: hsl(220, 100%, 63%);
--color2: rgba(0, 0, 0, 0.15);
--duration: 1s;
--state: paused;