feat: update layout colors

This commit is contained in:
2025-03-17 13:10:23 +01:00
parent 330ccd39dd
commit 82b55e0fbd
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
--bg-2: #fefefe;
--bg-3: #d8dcdd;
--hover-color: white;
--primary-color: #ff6b01;
--primary-color: #00d183;
--divider-color: #d7d7d7;
--text-color: #222226;
--text-color-high-contrast: #313333;
@@ -73,7 +73,7 @@
--bg-2: #171717;
--bg-3: #535555;
--hover-color: black;
--primary-color: #ff6b01;
--primary-color: #00d183;
--divider-color: #4a4a4a;
--text-color: #D4D4D4;
--text-color-high-contrast: #eceeef;