This commit is contained in:
Joey Kimsey
2024-12-20 05:56:40 -05:00
parent 1496b855db
commit 528f003558
24 changed files with 47 additions and 32 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;