14 lines
186 B
CSS
14 lines
186 B
CSS
|
/* TAGS */
|
||
|
|
||
|
|
||
|
/* IDs */
|
||
|
|
||
|
|
||
|
/* CLASSES */
|
||
|
.ace_editor, .ace_gutter {
|
||
|
background-color: rgba(0, 0, 0, 0.0) !important;
|
||
|
}
|
||
|
|
||
|
.ace_autocomplete {
|
||
|
background-color: #25282c !important;
|
||
|
}
|