Fixed nav hover
This commit is contained in:
parent
29c2351b2f
commit
45efbffe7c
@ -1 +1 @@
|
||||
ad9da3c17151b053a4d2fda8e3578901
|
||||
48cb20b8d107dab0a7876a449352234a
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user