mirror of
https://github.com/rubjo/victor-mono.git
synced 2024-12-04 07:32:01 +03:00
Smooth theme toggling / transitions for Navbar text as well
This commit is contained in:
parent
cefa222abb
commit
ca012e9739
@ -193,7 +193,7 @@ export default {
|
||||
padding: calc(12px + 0.7vw) 0;
|
||||
color: var(--color-text-primary);
|
||||
text-decoration: none;
|
||||
transition: flex 1s;
|
||||
transition: flex 1s, color 1s, opacity 1s;
|
||||
&:hover {
|
||||
font-style: italic;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user