From 88c7dca9938b73f089e775baa323ae1e3111cd8d Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Wed, 31 Jan 2024 12:43:15 +0100 Subject: [PATCH] link colors inherit --- application/views/bandmap/list.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/views/bandmap/list.php b/application/views/bandmap/list.php index ff9923cd4..e68f19586 100644 --- a/application/views/bandmap/list.php +++ b/application/views/bandmap/list.php @@ -21,6 +21,10 @@ transition: all 15s ease; --bs-table-accent-bg: #5dade2; } +tbody a { + color: inherit; + text-decoration: none; +}