From 0d0a44cad15328e33b71234c88e8c7b87503c237 Mon Sep 17 00:00:00 2001 From: Jadowyne Ulve Date: Sat, 9 Aug 2025 17:37:51 -0500 Subject: [PATCH] Implemented darkmode in receipts module --- application/receipts/templates/receipt.html | 9 ++++++++- application/receipts/templates/receipts_index.html | 7 +++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/application/receipts/templates/receipt.html b/application/receipts/templates/receipt.html index 845c4c6..9ab588c 100644 --- a/application/receipts/templates/receipt.html +++ b/application/receipts/templates/receipt.html @@ -16,13 +16,20 @@ + {% if session['user']['flags']['darkmode'] %} + + {% endif %} + - + {% if session['user']['flags']['darkmode'] %} + + {% else %} + {% endif %}