You could try adding this to your userchrome.css file:
.ace_list {
color: black !important;
}
Got the above from this post by @tatoosh
[image]
userchome.css
/*Tatoosh style*/
.ace_heading {
color:#298d56 !important;
font-weight: bold;
}
#note-editor{
color: black !important;
}
.ace_emphasis{
color: black !important;
font-weight: bold;
}
.ace_blockquote{
color: #298d56 !important;
border-left: 1px solid #298d56;
}
.ace_string{
color: #85b096 !important;
font-weight: bold;
}
.ace_support{
color: #298d56 !important;
font-weight: bold;
}
.ace_function{
margin-left: 5px;
/* color:#6f6f6f !impor…
In fact the entire "Share your CSS" thread is devoted to CSS customisation so it may act as a good source for any other elements you may wish to modify.
2 Likes