diff options
Diffstat (limited to 'client/src/variables.css')
-rw-r--r-- | client/src/variables.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/variables.css b/client/src/variables.css new file mode 100644 index 0000000..26d289f --- /dev/null +++ b/client/src/variables.css @@ -0,0 +1,5 @@ +:root { + --color-dark: #282828; + --color-light: #ebdbb2; + --color-yellow: #fabd2f; +}
\ No newline at end of file |