_sass/nav.scss in cafe-theme-0.1.10 vs _sass/nav.scss in cafe-theme-0.1.11
- old
+ new
@@ -26,10 +26,20 @@
padding: 10px;
box-sizing: border-box;
}
}
- &#scrolled, &:hover {
+ @if $permanent_nav_background == false {
+ &#scrolled, &:hover {
+ background-color: transparentize($background-color, $opacity);
+
+ a {
+ color: $foreground-color;
+ text-shadow: 0 0 5px transparent;
+ }
+ }
+ }
+ @else {
background-color: transparentize($background-color, $opacity);
a {
color: $foreground-color;
text-shadow: 0 0 5px transparent;
\ No newline at end of file