Added some transition

This commit is contained in:
CommanderRedYT
2020-11-17 03:10:30 +01:00
parent 44daab298c
commit 1997c1d979

View File

@@ -5,3 +5,11 @@
.col-sm.vert { .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;
}