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/client/base.css | 1 + 1 file changed, 1 insertion(+) (limited to 'styles/client') diff --git a/styles/client/base.css b/styles/client/base.css index 635fc78..a0178fd 100644 --- a/styles/client/base.css +++ b/styles/client/base.css @@ -1,5 +1,6 @@ * { font-family: 'Montserrat', sans-serif; + transition-duration: 0.2s; } html, body { -- cgit v1.2.3