refactor(#28): Tweak colors

This commit is contained in:
Simon 2023-05-30 17:29:51 +02:00
parent 01acc42a1a
commit 7a9cf3dc7a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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