From 6c4896d3aa9d618f024b54c8d51f25ca3f625744 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 15 Oct 2021 21:01:22 -0400 Subject: [Themes] Theme selection and small fixes --- styles/home/base.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'styles/home') 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; -- cgit v1.2.3