From 406d5a44121b0162ad3c5ea5b1b4673c9d7fa1c4 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Mon, 6 Dec 2021 18:13:08 -0300 Subject: [PATCH] Switch table highlighting to a smoother color --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 21bbc4e..d1e8ca2 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -191,7 +191,7 @@ tr:nth-child(odd) { background: #1c293a; } tr:hover { - background: #000040; + background: #202040; } th, td { border: 1px solid #808080;