diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-10-15 21:01:22 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-10-15 21:01:22 -0400 |
commit | 6c4896d3aa9d618f024b54c8d51f25ca3f625744 (patch) | |
tree | a70ceb0b6d477141e7791b21cb6eaa79316529df /styles/client | |
parent | fcf01353f94b11b8ca6db8ead14d2ec89a0275f4 (diff) |
[Themes] Theme selection and small fixes
Diffstat (limited to 'styles/client')
-rw-r--r-- | styles/client/base.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |