Merge pull request #792 from beucismis/master

This commit is contained in:
Matthew Esposito 2023-05-31 18:42:39 -04:00 committed by GitHub
commit 193a6effbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -329,6 +329,7 @@ button {
background: none;
border: none;
font-weight: bold;
cursor: pointer;
}
hr {
@ -540,6 +541,7 @@ select, #search, #sort_options, #listing_options, #inside, #searchbox > *, #sort
select {
background: var(--outside);
transition: 0.2s background;
cursor: pointer;
}
select, #search {