Skip to content
Snippets Groups Projects

Make the burger look right

Merged codecraft requested to merge fix-burger into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -76,8 +76,12 @@
#navbar-logo > img {
filter: saturate(0) brightness(0) invert(1);
}
#navbar-logo > img:hover {
filter: none;
}
}
// FIXME: https://github.com/jgthms/bulma/issues/3757
.navbar-burger {
color: white !important;
}
Loading