fix: change button color on click

This commit is contained in:
Ahmad Abdolsaheb
2019-02-20 16:31:17 +03:00
committed by Stuart Taylor
parent 357b824033
commit 210454444d
2 changed files with 6 additions and 1 deletions

View File

@@ -197,6 +197,11 @@ header {
top: var(--header-height);
}
.opened #top-nav .menu-button {
background: white;
color: #006400;
}
#top-right-nav {
position: absolute;
top: -300px;