From 27a656b7cc414a36eb90bd788e01bbc536a3c080 Mon Sep 17 00:00:00 2001 From: ps-droid Date: Mon, 2 Jun 2025 11:13:19 +0300 Subject: [PATCH] make adaptive css theme --- crates/udp/templates/statistics.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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