misspelled some stuff

This commit is contained in:
Nova Cat 2024-11-30 21:50:07 -08:00
parent 6b29213c6e
commit c0fb0d2cc8

View file

@ -15,10 +15,10 @@ 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 {
.ui-widget-content, .ui-dialog-title, .dashboard-panel__headline a, .text-muted, h1 small {
color: white;
}
input, .form-control, splitter-bar splitter-pane {
input, .form-control, .splitter-bar, .splitter-pane {
background: black;
color: white;
}
@ -50,10 +50,6 @@ background: #013e6d !important;
.pale, i.pale, .directory_listing_table {
color: white !important;
opacity: 1;
}
/* Ace editor */
.ace-tm .ace_gutter {
}
`;
document.body.appendChild(style);
@ -80,5 +76,6 @@ function waitForElm(selector) {
});
}
waitForElm('.ace_gutter').then((elm) => {
// Set the theme of Ace Editor
Anywhere.Editor.editor.setOption("theme", "ace/theme/tomorrow_night")
});