nov 17 2024

This commit is contained in:
q 2024-11-17 15:40:56 -05:00
parent 37044fe071
commit 0b00bef7d8
100 changed files with 384 additions and 38 deletions

View file

@ -1,6 +1,6 @@
:root {
/* Main color scheme */
--color-primary: #E4F0FEff;
--color-primary: #f907c5;
--color-secondary: #AEA3F0ff;
--color-accent: #A4D1ADff;
@ -24,7 +24,7 @@
--link-hover: #5B3D8Aff;
/* Border colors */
--border-primary: #C0CEE8ff;
--border-primary: #f907c5;
--border-secondary: #0C072Cff;
--border-image: #000300ff;
@ -37,3 +37,7 @@
--font-headers: 'rumeur', sans-serif;
--font-body: verdana, helvetica, arial, sans-serif;
}