Skip to content
Snippets Groups Projects

Solid color wallpaper support

Merged HJ requested to merge plain-bg into develop
All threads resolved!
Files
15
@@ -5,6 +5,10 @@
width: 100%;
position: fixed;
a {
color: var(--topBarLink, $fallback--link);
}
.inner-nav {
display: grid;
grid-template-rows: 50px;
Loading