From ac9faeccbd1e697dc37f78e56661ec5338d8e83f Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 20 Oct 2025 17:50:06 +0100 Subject: [PATCH] Remove unnecessary dark mode media query for cleaner CSS in question table view --- templates/question_table_view.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/question_table_view.html b/templates/question_table_view.html index 885f7cf8..fce3cd01 100644 --- a/templates/question_table_view.html +++ b/templates/question_table_view.html @@ -163,7 +163,6 @@ } /* Dark mode overrides */ - @media (prefers-color-scheme: dark) { .floating-filter { background: #0f1720; /* near-black */ color: #e6eef6; @@ -203,7 +202,6 @@ .btn-outline-secondary { color: #e6eef6; border-color: rgba(255,255,255,0.06); } .btn-light { background: #111827; color: #e6eef6; border-color: rgba(255,255,255,0.04); } .filter-card label { color: #e6eef6; } - } {% endblock %} \ No newline at end of file