update bg-900 light theme

This commit is contained in:
ari melody 2025-07-13 18:38:18 +01:00
parent f4709a232d
commit 30f3aadeaa
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -1,17 +1,11 @@
@import url("../font/inter/inter.css"); @import url("../font/inter/inter.css");
:root { :root {
--bg-1000: #fffbf2;
--bg-900: #fff7e2;
--bg-800: #eee7d3;
--bg-700: #c8c0ac;
--bg-600: #edf5ba;
--accent: #899911;
--text: #11100d;
--bg-1000: #fffcf7; --bg-1000: #fffcf7;
--bg-900: #faf4e4;
--bg-800: #f2e8d7; --bg-800: #f2e8d7;
--bg-700: #d9ccad; --bg-700: #d9ccad;
--bg-600: #edf5ba;
--accent: #92a40a; --accent: #92a40a;
--text: #322e1f; --text: #322e1f;
} }