Changes

From Drawn to Life Wiki
no edit summary
Line 295: Line 295:  
/* Less fatiguing text editor colors */
 
/* Less fatiguing text editor colors */
   −
.wikiEditor-ui textarea {
+
.wikiEditor-ui textarea, .wikiEditor-ui .CodeMirror{
 
     background-color: #2c3438;
 
     background-color: #2c3438;
 
     color: #bfc2bc;
 
     color: #bfc2bc;
 
}
 
}