Created
June 16, 2020 17:35
-
-
Save eviltester/49eb818a7dec9d231b95d2aff896f97b to your computer and use it in GitHub Desktop.
right click, inspect, find <body>, paste this into the element style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
color: black !important; | |
background: white !important; | |
font-size: 2em !important; | |
font-family: sans-serif !important; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I find some websites hard to read because of their font choice, font size, lack of contrast between text and background. And because I end up amending the style of the page in dev tools. I pasted my style changes here to find them easier. After pasting, I then amend the font size to make readable depending on the site.