added theme switcher

This commit is contained in:
M Sarmad Qadeer
2022-10-26 11:24:13 +05:00
parent e308fb995e
commit 2539a4f1f5
8 changed files with 109 additions and 28 deletions
+7 -3
View File
@@ -131,7 +131,7 @@ html {
height: 1px;
bottom: 0;
right: 0;
background-color: #0D0E12;
/* background-color: initial; */
transition: width 0.25s ease-out;
}
@@ -159,11 +159,11 @@ html {
.sub-menu {
transition: all .3s ease !important;
}
.nav-link span img,
.nav-link span svg,
header nav {
transition: all 0.5s ease;
}
.nav-link:hover span img {
.nav-link:hover span svg {
transform: rotate(180deg);
}
@@ -204,6 +204,10 @@ header nav {
}
}
.lock-scroll {
overflow: hidden;
}
/* #menu a{
display: block;