mirror of
https://github.com/go-gitea/theme.git
synced 2026-07-19 14:23:35 -04:00
[GH-ISSUE #70] Code elements hard to read in night mode #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @veeara282 on GitHub (Mar 19, 2019).
Original GitHub issue: https://github.com/go-gitea/theme/issues/70
The pink text in
<code>elements (#e74c3c) is difficult for me to read, especially in night mode because it turns all the colors on my screen pinkish. I've done some testing in Inspect Element and found that dark shades of blue and purple such as#8a2be2(blueviolet) are easier to read because they stand out better against the gray background.Code elements hard to read in night modeto [GH-ISSUE #70] Code elements hard to read in night mode