From cbe9d4f839b410eafb167e2d5c9a78af75668d59 Mon Sep 17 00:00:00 2001 From: rg9400 <39887349+rg9400@users.noreply.github.com> Date: Mon, 18 Jan 2021 15:09:23 -0600 Subject: [PATCH] AdGuardHome add warning accent for blocked queries --- CSS/themes/adguard/adguard-base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CSS/themes/adguard/adguard-base.css b/CSS/themes/adguard/adguard-base.css index 1540a807..c415bc73 100644 --- a/CSS/themes/adguard/adguard-base.css +++ b/CSS/themes/adguard/adguard-base.css @@ -324,6 +324,10 @@ a:-webkit-any-link:focus { background-color: transparent; } +.logs__row--red { + background-color: rgb(244 67 54 / 30%) !important; +} + .rt-tr-group.red { background-color: rgb(244 67 54 / 30%); }