From 2acf3a49c065ad2624c168835381e10234f483b4 Mon Sep 17 00:00:00 2001 From: Christoph Anderson Date: Sun, 17 Sep 2023 08:53:47 +0200 Subject: [PATCH] Potential fix to show even table rows correctly --- src/css/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/App.css b/src/css/App.css index 1b7ba60..57e9474 100644 --- a/src/css/App.css +++ b/src/css/App.css @@ -112,6 +112,7 @@ a:hover { .table-striped>tbody>tr:nth-of-type(even)>* { color: var(--text-color-body); + background-color: var(--background-color); } .navbar-light .navbar-nav .nav-link {