Skip to content
Snippets Groups Projects
Commit bd55ebf7 authored by codecraft's avatar codecraft :crocodile:
Browse files

Make brand transition to orange when hovered

parent dfcd08a6
No related branches found
No related tags found
1 merge request!44Make the burger look right
......@@ -76,6 +76,9 @@
#navbar-logo > img {
filter: saturate(0) brightness(0) invert(1);
}
#navbar-logo > img:hover {
filter: none;
}
}
// FIXME: https://github.com/jgthms/bulma/issues/3757
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment