This commit is contained in:
Joey Kimsey
2024-12-20 05:56:18 -05:00
parent 5fe1c3aafe
commit 1c5b020a87
23 changed files with 45 additions and 30 deletions

View File

@ -21,10 +21,16 @@
.bg-default {
background-color: #2c2c2c;
}
.bg-none,.bg-warning {
color: #000 !important;
}
.context-other {
color: #000;
}
.accordion-button:not(.collapsed) {
color: #f5f5f5;
background-color: var(--bs-accordion-dark-active-bg);
}
body {
background-image: linear-gradient(180deg, #2c2c2c, #1e1e1e 100px, #1e1e1e);
color: #f5f5f5;