added initial css attributes

This commit is contained in:
venus
2026-07-31 16:52:38 -05:00
parent e6fde24c2c
commit 44324ec311

6
src/css/style.css Normal file
View File

@@ -0,0 +1,6 @@
:root {
--primary-color: #d97706;
--bg: #fffbd8;
--secondary-color: #fef3c7;
--font-family: system-ui, -apple-system, sans-serif;
}