From 1997c1d979752778fb4f30337c3b84938f6a0368 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Tue, 17 Nov 2020 03:10:30 +0100 Subject: [PATCH] Added some transition --- style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 91239eb..f0441ae 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,15 @@ .col-sm { - max-height: 80% !important; + max-height: 80% !important; } .col-sm.vert { - max-height: 60% !important; + max-height: 60% !important; +} + +body { + transition: background 0.4s ease-in-out, color 0.4s ease-in-out; +} + +nav { + transition: background 0.4s ease-in-out, color 0.4s ease-in-out; } \ No newline at end of file