Update contrast on the burger button. fix error thrown by update_select

This commit is contained in:
jude
2023-07-23 16:15:24 +01:00
parent 5ac9733f15
commit 5671fd462b
3 changed files with 14 additions and 0 deletions

View File

@ -234,6 +234,13 @@ div#pageNavbar a {
text-align: center;
}
.navbar-burger, .navbar-burger:active, .navbar-burger.is-active {
background-color: #adc99c !important;
border-radius: 14px;
padding: 6px;
background-clip: content-box;
}
div#pageNavbar a:hover {
background-color: #4a4a4a;
}