mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 00:07:55 +00:00
feat: filtering members by groups and vice versa!
This commit is contained in:
parent
722f345e4c
commit
5c0403e883
9 changed files with 156 additions and 18 deletions
21
style.css
21
style.css
|
|
@ -65,6 +65,23 @@ blockquote {
|
|||
justify-content: center !important;
|
||||
}
|
||||
|
||||
.page-link {
|
||||
z-index: initial !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;
|
||||
}
|
||||
|
||||
.sv-item-btn {
|
||||
background-color: var(--bs-light) !important;
|
||||
}
|
||||
|
||||
.sv-item {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
.d-spoiler {
|
||||
color: var(--bs-dark);
|
||||
background-color: var(--bs-dark);
|
||||
|
|
@ -88,6 +105,10 @@ blockquote {
|
|||
width: auto;
|
||||
}
|
||||
|
||||
code {
|
||||
color: var(--bs-body-color) !important;
|
||||
}
|
||||
|
||||
.description a {
|
||||
text-decoration: none;
|
||||
color: #457ead !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue