forked from ruangrupa/lumbung.space
add focus style to search box
This commit is contained in:
@ -172,6 +172,12 @@ a {
|
||||
margin-right: 2rem;
|
||||
}
|
||||
|
||||
#top-menu input:focus,
|
||||
#top-menu input:hover {
|
||||
outline: none;
|
||||
border-bottom: 1px solid #333;
|
||||
}
|
||||
|
||||
.menu-dropdown summary {
|
||||
list-style: none;
|
||||
cursor: pointer;
|
||||
|
Reference in New Issue
Block a user