mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
make comment search bar color change based on theme
This commit is contained in:
parent
ca7ad9f812
commit
38ee0d9428
2 changed files with 5 additions and 1 deletions
|
@ -552,6 +552,10 @@ select, #search {
|
|||
border-radius: 5px 0px 0px 5px;
|
||||
}
|
||||
|
||||
.commentQuery {
|
||||
background: var(--post);
|
||||
}
|
||||
|
||||
#searchbox {
|
||||
grid-area: searchbox;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue