From e55975db5f501146130cab0cc917025c3334fdfb Mon Sep 17 00:00:00 2001 From: rg9400 <39887349+rg9400@users.noreply.github.com> Date: Mon, 18 Jan 2021 15:10:13 -0600 Subject: [PATCH] AdguardHome better formatting --- CSS/themes/adguard/adguard-base.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CSS/themes/adguard/adguard-base.css b/CSS/themes/adguard/adguard-base.css index c415bc73..a234475d 100644 --- a/CSS/themes/adguard/adguard-base.css +++ b/CSS/themes/adguard/adguard-base.css @@ -324,14 +324,11 @@ a:-webkit-any-link:focus { background-color: transparent; } -.logs__row--red { +.rt-tr-group.red, +logs__row--red { background-color: rgb(244 67 54 / 30%) !important; } -.rt-tr-group.red { - background-color: rgb(244 67 54 / 30%); -} - .rt-tr-group.blue { background-color: rgb(54 146 244 / 30%); }