Fixed nav hover

This commit is contained in:
Cuptain 2024-11-27 13:41:30 +11:00
parent 29c2351b2f
commit 45efbffe7c
2 changed files with 2 additions and 6 deletions

View File

@ -1 +1 @@
ad9da3c17151b053a4d2fda8e3578901
48cb20b8d107dab0a7876a449352234a

View File

@ -143,7 +143,7 @@ function unextend(){
background: var(--bg-secondary);
font-size: 1.5rem;
letter-spacing: 0.2ch;
width: 100%;
display: flex;
}
.logo svg {
transform: rotate(0deg);
@ -156,10 +156,6 @@ function unextend(){
transform: rotate(-180deg);
fill:var(--accent-color);
}
.logo .link-text{
color: var(--text-secondary);
transition: 300ms;
}
.navbar:hover .logo .link-text{
color:var(--accent-color);
transition: 300ms;