close button

This commit is contained in:
Nova Cat 2024-11-30 22:22:23 -08:00
parent 1383ba3ae6
commit 89655a37d6

View file

@ -15,7 +15,7 @@ body, .primary-navbar .active a, .navbar, .ui-dialog {
background: #0f161c !important;
color: white !important;
}
.ui-widget-content, .ui-dialog-title, .dashboard-panel__headline a, .text-muted, h1 small, .close {
.ui-widget-content, .ui-dialog-title, .dashboard-panel__headline a, .text-muted, h1 small {
color: white;
}
input, .form-control, .splitter-bar, .splitter-pane {
@ -74,6 +74,10 @@ background: black;
.modal-content {
background: #0f161c !important;
}
.close {
color: black;
opacity: 1;
}
`;
document.body.appendChild(style);