Added transitions here and there

This commit is contained in:
CommanderRedYT
2020-12-03 23:03:15 +01:00
parent e3008856fc
commit 3cd86973d4
2 changed files with 5 additions and 1 deletions

View File

@@ -18,11 +18,13 @@ body.darkMode {
hr.darkMode {
border-color: rgb(144, 144, 144) !important;
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
}
.dropdown-item.darkMode {
background-color: rgb(56, 56, 56) !important;
color: white !important;
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
}
.dropdown-item.darkMode:hover {
@@ -33,4 +35,5 @@ hr.darkMode {
background-color: rgb(56, 56, 56) !important;
color: white !important;
border: 1px solid rgba(204, 204, 204, 0.418) !important;
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
}

View File

@@ -17,7 +17,7 @@ div.highlight {
margin-left: -15px;
margin-right: -15px;
width: 100vw;
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
}
nav {
@@ -39,6 +39,7 @@ header {
a {
outline: none !important;
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
}
button {