diff options
author | Blaster4385 <blaster4385@tablaster.dev> | 2024-03-03 19:02:40 +0530 |
---|---|---|
committer | Blaster4385 <blaster4385@tablaster.dev> | 2024-04-30 11:10:37 +0530 |
commit | 5e7629a055e8568a0775436b1dbf5797a5640056 (patch) | |
tree | 7e21589964ce696fba683151ec65e36a2bcd32d0 /client/src/variables.css | |
parent | 641909aa31b2683b89fe62a219f7d5f56fbad934 (diff) |
feat: formated code
Diffstat (limited to 'client/src/variables.css')
-rw-r--r-- | client/src/variables.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/client/src/variables.css b/client/src/variables.css index 26d289f..7082a25 100644 --- a/client/src/variables.css +++ b/client/src/variables.css @@ -1,5 +1,6 @@ :root { - --color-dark: #282828; - --color-light: #ebdbb2; - --color-yellow: #fabd2f; -}
\ No newline at end of file + --color-dark: #282828; + --color-light: #ebdbb2; + --color-yellow: #fabd2f; +} + |