Skip to content

Font shadows in editor text field #161

@reinerblock

Description

@reinerblock

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. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions