1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-09-11 06:25:41 +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;
color: var(--color-text-primary);
text-decoration: none;
transition: flex 1s;
transition: flex 1s, color 1s, opacity 1s;
&:hover {
font-style: italic;
}