feat: filtering members by groups and vice versa!

This commit is contained in:
Spectralitree 2021-12-19 00:58:55 +01:00
parent 722f345e4c
commit 5c0403e883
9 changed files with 156 additions and 18 deletions

View file

@ -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;