Maxime Delporte 51ea013bc3
All checks were successful
Deploying Website / build (push) Successful in 16s
first commit
2025-04-04 18:47:44 -03:00

9 lines
233 B
SCSS

.dark:root {
--background-color-rgb: 35, 35, 37;
--text-color-rgb: 255, 240, 230;
--heading-color: rgb(226, 217, 211);
--shade-color: rgb(20, 20, 20);
--text-color:rgb(185, 178, 167);
--hover-color: rgb(220, 210, 200);
}