-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make .cs highlighting legible on dark themes #19604
Conversation
Make .cs highlighting legible on dark themes.
Codecov Report
@@ Coverage Diff @@
## main #19604 +/- ##
=======================================
Coverage ? 47.41%
=======================================
Files ? 953
Lines ? 132668
Branches ? 0
=======================================
Hits ? 62908
Misses ? 62180
Partials ? 7580 Continue to review full report at Codecov.
|
@Eekle if you want to have this fix in 1.16.x, you can send a backport to 1.16 (a new PR for 1.16 branch) |
Thank you I will! |
* giteaofficial/main: Add health check endpoint (go-gitea#18465) Only check for non-finished migrating task (go-gitea#19601) Make .cs highlighting legible on dark themes. (go-gitea#19604)
Fixes #19602.
Before:
After:
NOTE:
I'm not presently able to build Gitea from source, so I have demo'd this style change by editing
theme-arc-green.css
in devtools. I hope this is acceptable given the scope of the PR.