Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 873 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 873 Bytes

userstyles

Styles created for use with Stylish

styles

hn_dark

Originally from Dark Hacker News - Solarized, licensed as public domain.

I've modified it to tweak some colors and make comments have higher contrast

github_dark

Originally from StylishThemes - GitHub Dark, licensed under CC BY-SA 4.0.

Thus far, unmodified except for passing it through cssfmt.

facebook

Super minimal style, just hides the right-bar and makes the center full-width to use up the blank space created there.

Adding a style

Create a css file and run make to format it with cssfmt. You'll need to have cssfmt installed, which you can do with npm install -g cssfmt.