This commit is contained in:
e2002
2025-07-11 12:26:04 +03:00
parent f60432a605
commit 297c0c20f5
31 changed files with 240 additions and 532 deletions

View File

@@ -0,0 +1,16 @@
:root {
--main-bg-color: #010101;
--main-text-color: #cccccc;
--main-hl-color: #ffffff;
--odd-bg-color: #272727;
--accent-color: #e3d25f;
--accent-dark: #ad9838;
--accent-text-color: #000000;
--input-border: #2d2d2d;
--logo: #e3d25f;
--logo-red: #ff0000;
--logo-shadow: #a89c46;
--playlist-hover: #323232;
--section-gradient: #111111;
--section-border: #555555;
}