]> Sergey Matveev's repositories - public-inbox.git/blob - contrib/css/216light.css
www: admin-configurable CSS via "publicinbox.css"
[public-inbox.git] / contrib / css / 216light.css
1 /*
2  * Light color scheme using 216 web-safe colors.
3  * Suitable for print, and blinding people with brightness.
4  * Haphazardly thrown together because bright colors hurt my eyes
5  */
6 * { background:#fff; color:#333 }
7
8 /*
9  * Underlined links add visual noise which make them hard-to-read.
10  * Use colors to make them stand out, instead.
11  */
12 a { color:#00f; text-decoration:none }
13 a:visited { color:#808 }
14
15 /* quoted text gets a different color */
16 *.q { color:#006 }
17
18 /*
19  * these may be used with cgit, too
20  * (cgit uses <div>, public-inbox uses <span>)
21  */
22 *.add { color:#060 }
23 *.del {color:#900 }
24 *.head { color:#000 }
25 *.hunk { color:#960 }