Added a separate file for color variables

This commit is contained in:
Ari 2025-05-15 02:24:42 -04:00
parent cebae8c7ae
commit ec73af5618
No known key found for this signature in database
4 changed files with 14 additions and 13 deletions

View file

@ -1,3 +1,4 @@
@import url('./themes/colors.css');
body {
background-color: red;
}