4 ms·
Any chance you could add, that wide text is really hard to read body > *:not(pre) { max-width: 600px; margin-left: auto; display: block; margin-
by stevieb89 5y ago
Any chance you could add, that wide text is really hard to read
body > *:not(pre) {
max-width: 600px;
margin-left: auto;
display: block;
margin-right: auto;
}
pre {
max-width: 1200px;
margin: 40px auto;
background: #f6f6f6;
padding: 16px;
}
- 5cott0 5y agoI could do that in a weekend.
- iib 5y agoThere is a firefox extension that I use, called Stylus[1], that lets you add custom CSS to websites. The thing that helps most is that Stylus lets you browse other people's styles for website, and there are already themes for Dan Luu's website. [1] https://addons.mozilla.org/en-US/firefox/addon/styl-us/ https://addons.mozilla.org/en-US/firefox/addon/styl-us/
- meowzero 5y agoSafari and Firefox has reader view. I'm not sure about Chrome or IE since I don't use those. I'm sure they'll have something similar.
- deleted 5y ago[deleted]
- lucis 5y agoFirst thing I did was hitting the shortcut for Safari's Reader. Would love to see that in other browsers.