From 35d01112f863a443595820f13c511f90503ac55e Mon Sep 17 00:00:00 2001 From: kipukun Date: Fri, 26 May 2017 15:17:09 -0400 Subject: [PATCH] Remove alt rows on other themes as well --- public/css/g.css | 1 - public/css/tomorrow.css | 1 - 2 files changed, 2 deletions(-) diff --git a/public/css/g.css b/public/css/g.css index c5893b8b..03a10c58 100644 --- a/public/css/g.css +++ b/public/css/g.css @@ -43,7 +43,6 @@ th a { color: #7A5C94; } th { border-color: #cbbdd7 !important; } td { border-color: #e6eff4 !important; } -tr:nth-child(even) { background: hsla(198, 5%, 90%, 0.2); } td.tr-se { color: #22A243; } td.tr-le { color: #E84C4C; } diff --git a/public/css/tomorrow.css b/public/css/tomorrow.css index ca120269..8b409c56 100644 --- a/public/css/tomorrow.css +++ b/public/css/tomorrow.css @@ -37,7 +37,6 @@ th a { color: #c5c8c6; } th, td { border-color: #141517 !important; } -tr:nth-child(even) { background: rgba(0,0,0,0.2); } td.tr-se { color: #b5bd68; } td.tr-le { color: #cc6666; }