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