-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
As Axel already confirmed there is a font shadow definition in the respective CSS file.
`
/* editboxes for templates */
.templateBox {
background: rgba(255, 255, 255, 0.5);
color: #000000;
text-shadow: 1px 1px 1px rgba(250, 250, 250, 0.9); /* white shadow for dark themes */
min-height: 7em;
font-family: consolas,"courier new",monospace;
font-size: 9pt;
}
`
But this makes it very difficult to read the text.
Therefore please remove it completely or make it an option in the settings. :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels