summaryrefslogtreecommitdiff
path: root/styles/home
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-10-15 21:01:22 -0400
committerKyle Gunger <kgunger12@gmail.com>2021-10-15 21:01:22 -0400
commit6c4896d3aa9d618f024b54c8d51f25ca3f625744 (patch)
treea70ceb0b6d477141e7791b21cb6eaa79316529df /styles/home
parentfcf01353f94b11b8ca6db8ead14d2ec89a0275f4 (diff)
[Themes] Theme selection and small fixes
Diffstat (limited to 'styles/home')
-rw-r--r--styles/home/base.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/styles/home/base.css b/styles/home/base.css
index 9cd2a2f..3c8e321 100644
--- a/styles/home/base.css
+++ b/styles/home/base.css
@@ -1,5 +1,6 @@
* {
font-family: 'Montserrat', sans-serif;
+ transition-duration: 0.2s;
}
html, body {
@@ -25,6 +26,7 @@ div.content {
padding: 20px;
background-color: var(--gui-bg-main);
+ color: var(--main-color);
border-radius: 10px;
display: flex;