From ed02b0b6c7148e9492603ce46bf39de7b70f24c8 Mon Sep 17 00:00:00 2001 From: int2001 Date: Sat, 23 Dec 2023 04:27:00 +0000 Subject: [PATCH] Fix: Show "blue" bar for new spots at BS5 --- application/views/bandmap/list.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/views/bandmap/list.php b/application/views/bandmap/list.php index 1c2a115e..4fbebb89 100644 --- a/application/views/bandmap/list.php +++ b/application/views/bandmap/list.php @@ -18,6 +18,8 @@ -moz-transition: all 15s ease; -o-transition: all 15s ease; transition: all 15s ease; + --bs-table-bg: #5dade2; + --bs-table-accent-bg: #5dade2; }