text boxes

This commit is contained in:
Nova Cat 2024-11-30 21:15:53 -08:00
parent 5017cb95dc
commit 85d2686117

View file

@ -15,7 +15,11 @@ body, .primary-navbar .active a, .navbar, .ui-dialog {
background: #0f161c !important;
color: white !important;
}
.ui-widget-content {
.ui-widget-content, ui-dialog-title {
color: white;
}
input {
background: black;
color: white;
}
.ui-dialog-titlebar-close {