Reverts the GitHub text colors to be a little bit darker like they were before, to reduce contrast. Only works with dark mode enabled!
Revert GitHub Text Color by Sv443
Details
AuthorSv443
LicenseMIT
Categorygithub.com
Created
Updated
Size457 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Please consider starring on GitHub if you liked this.
Also check out my userscript for tons of YouTube & YT Music improvements here.
Source code
/* ==UserStyle==
@name Revert GitHub text color (dark mode only)
@description Reverts the GitHub text color to be a bit darker to reduce contrast
@namespace https://github.com/Sv443/Revert-GitHub-Text-Color
@version 1.0.0
@author Sv443
@license MIT
==/UserStyle== */
@-moz-document domain("github.com") {
:root body {
--fgColor-default: #e6edf3;
--color-fg-default: #e6edf3;
}
}