Skip to content

Instantly share code, notes, and snippets.

@lylejantzi3rd
Created February 22, 2024 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lylejantzi3rd/7bfaef38169b3caa07235134a4810e5f to your computer and use it in GitHub Desktop.
Save lylejantzi3rd/7bfaef38169b3caa07235134a4810e5f to your computer and use it in GitHub Desktop.
forced light mode css
* {
background:white !important;
color:black !important;
}
:link, :link * {
color:#0000EE !important;
}
:visited, :visited * {
color:#551A8B !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment