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