mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: inconsistent borders on select lists
This commit is contained in:
parent
a1c44ea3c6
commit
76ba4d13f6
1 changed files with 4 additions and 0 deletions
|
|
@ -69,6 +69,10 @@ blockquote {
|
|||
z-index: initial !important;
|
||||
}
|
||||
|
||||
.svelecte-control .sv-control {
|
||||
border-color: rgba(128, 128, 128, 0.3) !important;
|
||||
}
|
||||
|
||||
.svelecte-control .sv-control, .sv-content, .sv-dropdown, .sv-item, .sv-item-content {
|
||||
color: var(--bs-body-color) !important;
|
||||
background-color: var(--bs-body-bg) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue