mirror of
https://github.com/rubjo/victor-mono.git
synced 2025-01-06 04:23:13 +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;
|
padding: calc(12px + 0.7vw) 0;
|
||||||
color: var(--color-text-primary);
|
color: var(--color-text-primary);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: flex 1s;
|
transition: flex 1s, color 1s, opacity 1s;
|
||||||
&:hover {
|
&:hover {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user