From 63c205b604da258aca3a22bd1cfb6b5dae4d299e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20=C5=A0est=C3=A1k?= Date: Sun, 27 Oct 2024 14:01:15 +0100 Subject: [PATCH] Adjust highlight color --- server/app/assets/participant-table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app/assets/participant-table.scss b/server/app/assets/participant-table.scss index 9422ebb..76d906b 100644 --- a/server/app/assets/participant-table.scss +++ b/server/app/assets/participant-table.scss @@ -1,7 +1,7 @@ .with-details .participants-table { // For non-detailed table, it is 1. not needed and 2. troublesome (especially in the column with expand button) // Highlighting is based on https://stackoverflow.com/a/54206778 - $highlight-color: #ececec; + $highlight-color: #c8f9c8; tr:hover td, td.highlighted, th.highlighted { background-color: $highlight-color; }