Darken alternating table row colours

This commit is contained in:
Jake Bauer 2020-07-06 02:20:21 -04:00
parent 585cc123a8
commit 11fae340cf
1 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@
--grey: #aaaaaa;
--light-grey: #cccccc;
--very-light-grey: #eeeeee;
--table-rows-alternating: #f7f7f7;
--red: #e00000;
--dark-red: #990000;
--green: #007700;
@ -168,7 +167,7 @@ div#cgit table.list tr:hover {
div#cgit table.list tr.nohover-highlight:hover:nth-child(even),
div#cgit table.list tr:nth-child(even) {
background: var(--table-rows-alternating);
background: var(--very-light-grey);
}
div#cgit table.list tr ,