Changes

From Drawn to Life Wiki
Less fatiguing text editor colors
Line 291: Line 291:  
     visibility: visible;
 
     visibility: visible;
 
     opacity: 1;
 
     opacity: 1;
 +
}
 +
 +
/* Less fatiguing text editor colors */
 +
 +
.wikiEditor-ui textarea {
 +
    background-color: #2c3438;
 +
    color: #bfc2bc;
 
}
 
}