Newton-Editor/src/assets/css/ace-overrides.css

15 lines
187 B
CSS
Raw Normal View History

2025-05-28 02:10:45 +00:00
/* TAGS */
/* IDs */
/* CLASSES */
.ace_editor, .ace_gutter {
background-color: rgba(0, 0, 0, 0.0) !important;
}
.ace_autocomplete {
background-color: #25282c !important;
}