mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-02 02:01:39 -05:00
fix: change button color on click
This commit is contained in:
committed by
Stuart Taylor
parent
357b824033
commit
210454444d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user