diff --git a/crates/udp/templates/statistics.css b/crates/udp/templates/statistics.css index ea8872a..ef520b3 100644 --- a/crates/udp/templates/statistics.css +++ b/crates/udp/templates/statistics.css @@ -1,3 +1,7 @@ +* { + color-scheme: light dark; +} + body { font-family: arial, sans-serif; font-size: 16px; @@ -15,8 +19,4 @@ caption { th, td { padding: 0.5rem 2rem; border: 1px solid #ccc; -} - -th { - background-color: #eee; } \ No newline at end of file