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