From 5605eb129d0b2a65292ffcbcd6bf849792500741 Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Wed, 10 Apr 2024 16:27:09 +0800 Subject: [PATCH] Make table bg a little less opressive in timerboard --- allianceauth/timerboard/templates/timerboard/timertable.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/allianceauth/timerboard/templates/timerboard/timertable.html b/allianceauth/timerboard/templates/timerboard/timertable.html index da89a39b..3fbef666 100644 --- a/allianceauth/timerboard/templates/timerboard/timertable.html +++ b/allianceauth/timerboard/templates/timerboard/timertable.html @@ -19,9 +19,9 @@ {% for timer in timers %} {% if timer.important == True %} - + {% else %} - + {% endif %}