mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
styles: fixed style for darkmode
This commit is contained in:
parent
ae3d42c30d
commit
717d9851bf
4
app.css
4
app.css
@ -71,4 +71,8 @@ i {
|
|||||||
.dark * ::-webkit-scrollbar-track, html.dark ::-webkit-scrollbar-track {
|
.dark * ::-webkit-scrollbar-track, html.dark ::-webkit-scrollbar-track {
|
||||||
background: #2e3338;
|
background: #2e3338;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark .__multi-value, .dark .__multi-value__label, .dark .__multi-value__remove {
|
||||||
|
background: #2e3338 !important;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user