diff mercurial/templates/static/style-gitweb.css @ 29573:2b42fa1810c4

gitweb: make different blocks of annotated lines have different colors
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 16 Jul 2016 15:00:36 +0800
parents 9c37df347485
children 4317aa562580
line wrap: on
line diff
--- a/mercurial/templates/static/style-gitweb.css	Sat Jul 16 14:49:07 2016 +0800
+++ b/mercurial/templates/static/style-gitweb.css	Sat Jul 16 15:00:36 2016 +0800
@@ -29,6 +29,7 @@
 a.list:hover { text-decoration:underline; color:#880000; }
 table { padding:8px 4px; }
 th { padding:2px 5px; font-size:12px; text-align:left; }
+.parity0 { background-color:#ffffff; }
 tr.dark, .parity1, pre.sourcelines.stripes > :nth-child(4n+4) { background-color:#f6f6f0; }
 tr.light:hover, .parity0:hover, tr.dark:hover, .parity1:hover,
 pre.sourcelines.stripes > :nth-child(4n+2):hover,