_sass/theme.scss in texture-0.4 vs _sass/theme.scss in texture-0.5
- old
+ new
@@ -222,10 +222,11 @@
margin: 20px 0;
}
}
.navbar {
+ display: flex;
position: absolute;
top: 0;
right: 5vw;
a {
color: inherit;
@@ -246,8 +247,12 @@
transition: background-color .3s ease-in;
&:hover {
background-color: rgba(#fff, 0.15);
cursor: pointer;
}
+ &.active {
+ background-color: rgba(#fff, 0.15);
+ }
}
}
-}
\ No newline at end of file
+}
+