💄 warmer dark mode

This commit is contained in:
2026-06-08 18:32:00 +10:00
parent 55cf791df2
commit 927aaeb919

View File

@@ -2,10 +2,10 @@
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--bg: #1a1a1a;
--bg2: #222222;
--bg3: #2a2a2a;
--border: #333333;
--bg: #1c1a18;
--bg2: #252220;
--bg3: #2d2a27;
--border: #3a3530;
--text: #d4c9b8;
--text2: #8a7f70;
--text3: #5a5048;