Update default theme colors

This commit is contained in:
Alex Selimov 2026-03-22 22:14:10 -04:00
parent 556c1725ab
commit 17c78a6bcd
2 changed files with 11 additions and 11 deletions

View file

@ -1,8 +1,8 @@
:root {
font-size: 62.5%; /* 10px */
--color-dark: #181a20;
--color-light: #fafafa;
--color-primary: #1a8fe3;
--color-dark: #1a1a1a;
--color-light: #faf8f4;
--color-primary: #EF9F27;
--size: 1rem;
--spacing: calc(var(--size) * 2.4);
}