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

19 lines
241 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;
}
2025-06-12 07:45:17 +00:00
.ace_sb-v,
.ace_sb-h {
width: 0.8em !important;
}