public-inbox.git  about / heads / tags
an "archives first" approach to mailing lists
blob bf81bc570f28f20c40cb11057cb22c0fd039f00c 639 bytes (raw)
$ git show viewdiff:contrib/css/216light.css	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
/*
 * Light color scheme using 216 web-safe colors.
 * Suitable for print, and blinding people with brightness.
 * Haphazardly thrown together because bright colors hurt my eyes
 */
* { background:#fff; color:#333 }

/*
 * Underlined links add visual noise which make them hard-to-read.
 * Use colors to make them stand out, instead.
 */
a { color:#00f; text-decoration:none }
a:visited { color:#808 }

/* quoted text gets a different color */
*.q { color:#006 }

/*
 * these may be used with cgit, too
 * (cgit uses <div>, public-inbox uses <span>)
 */
*.add { color:#060 }
*.del {color:#900 }
*.head { color:#000 }
*.hunk { color:#960 }

git clone https://public-inbox.org/public-inbox.git
git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git