/Wikipedia-Dark

:mortar_board: Dark Wikipedia

Primary LanguageCSSOtherNOASSERTION

Wikipedia Dark

Preview

Wikipedia Dark preview

Limitations

  • Many of the table cells have inline styling to add a background colors.
    • Some of the very common stylings have been replaced using attribute selectors ( e.g. th[style*="background:#eee"] ).
    • But due to the sheer number of possiblities, the replaced css style would also need to include selectors such as th[style*="background-color: #eee"] and th[style*="background-color:#EEE"] and th[style*="background-color: #eeeeee"], etc.
    • It would be a daunting task to find and replace all of these colors. I hope you see my point.
  • Not all images can be made readable.
    • This style uses a css filter to invert the images, but this really only works on basic black-and-white images.

Contributions

If you would like to contribute to this repository, please...

  1. Fork
  2. Make changes (please read the contribution guidelines and abide by them)
  3. Create a pull request!

Thanks to all that have contributed so far!