1
1
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:
Rune Bjørnerås 2019-06-05 22:34:40 +02:00
parent cefa222abb
commit ca012e9739

View File

@ -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;
} }