Remove unnecessary dark mode media query for cleaner CSS in question table view

This commit is contained in:
Ross
2025-10-20 17:50:06 +01:00
parent 1e7d765fc2
commit ac9faeccbd
-2
View File
@@ -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; }
}
</style>
{% endblock %}