diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2023-06-27 11:49:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 11:49:50 -0400 |
commit | bba551847c14514851dda8623385d2789ed9814e (patch) | |
tree | 1290d8f2369574e3c5906f7cda4e76ef946cf263 /styles/style.css | |
parent | 653654026954ceb43ff476a36be93e32be5a54b1 (diff) |
Update style.css
Diffstat (limited to 'styles/style.css')
-rw-r--r-- | styles/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/styles/style.css b/styles/style.css index b5c50dd..bceeb87 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,5 +1,7 @@ * { - font-family: "Roboto", sans-serif; + --main-color: #808080; + --main-bg: #808080; + font-family: "Roboto", sans-serif; color: var(--main-color); transition-duration: 0.2s; } |