edwardtufte / tufte-css

Style your webpage like Edward Tufte’s handouts.
https://edwardtufte.github.io/tufte-css/
MIT License
5.98k stars 458 forks source link

delete danger; remove link text-shadow #164

Closed bionicles closed 3 years ago

bionicles commented 3 years ago

danger class seems unused and the test-shadow causes links to look weird when highlighted. closes #163

bionicles commented 3 years ago

ah, we'd have to re-build the minified version. ill clone the repo and do that real quick

avkliskova commented 3 years ago

Incidentally, the behavior of #163 also affects browser-native dark mode.

daveliepmann commented 3 years ago

The danger class is unused only in the example document. I'd rather not remove it in case folks in the wild rely on it.

As far as the text-shadow, as noted elsewhere this is functional until proven otherwise, so I'm closing this.