This commit is contained in:
Joey Kimsey
2025-01-28 17:05:57 -05:00
parent fe93c715e5
commit 6c82027030
27 changed files with 167 additions and 83 deletions

View File

@ -27,6 +27,12 @@
.bg-default {
background-color: #2c2c2c;
}
hr {
color: #f5f5f5;
}
.bg-none,.bg-warning {
color: #000 !important;
}
@ -143,6 +149,7 @@ body {
background-color: #1f1f1f;
color: #e0e0e0;
}
.form-control:focus {
color: #e0e0e0;
border-color: #1e90ff;