From 05931a927a4e40ef9a538fc558d8852c6542f5f2 Mon Sep 17 00:00:00 2001 From: Plamen Vasilev Date: Mon, 23 Jan 2023 00:45:45 +0200 Subject: [PATCH] Update index.css Clear view for dns rewrites in query log - dark mode --- client/src/components/App/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/App/index.css b/client/src/components/App/index.css index 751a8e22..dae559b4 100644 --- a/client/src/components/App/index.css +++ b/client/src/components/App/index.css @@ -51,7 +51,7 @@ --rt-nodata-color: #fff; --modal-overlay-bgcolor: #1c1c1c; --logs__table-bgcolor: #3d3d3d; - --logs__row--blue-bgcolor: #467fcf; + --logs__row--blue-bgcolor: #04214a; --logs__row--white-bgcolor: #1c1c1c; --detailed-info-color: #fff; }