X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=contrib%2Fcss%2F216dark.css;h=1277a49afaeb0d9222ca0094d1e78a5553b97ff0;hb=86df4acd140d61ab2f82e8c17e3118865f867c9a;hp=b18b0576ec57233058632cde0fec9c0a90f5f68f;hpb=8b8577f91109e76d12fcfa55a2e7388f54a41be6;p=public-inbox.git diff --git a/contrib/css/216dark.css b/contrib/css/216dark.css index b18b0576..1277a49a 100644 --- a/contrib/css/216dark.css +++ b/contrib/css/216dark.css @@ -1,16 +1,18 @@ /* + * CC0-1.0 * Dark color scheme using 216 web-safe colors, inspired * somewhat by the default color scheme in mutt. * It reduces eyestrain for me, and energy usage for all: * https://en.wikipedia.org/wiki/Light-on-dark_color_scheme */ -* { background:#000; color:#ccc } +* { font-size: 100%; font-family: monospace; background:#000; color:#ccc } +pre { white-space: pre-wrap } /* * Underlined links add visual noise which make them hard-to-read. * Use colors to make them stand out, instead. */ -a { color:#69f; text-decoration:none } +a:link { color:#69f; text-decoration:none } a:visited { color:#96f } /* quoted text in emails gets a different color */