aquatic/crates/udp/templates/statistics.css
2025-06-02 11:13:19 +03:00

22 lines
No EOL
273 B
CSS

* {
color-scheme: light dark;
}
body {
font-family: arial, sans-serif;
font-size: 16px;
}
table {
border-collapse: collapse
}
caption {
caption-side: bottom;
padding-top: 0.5rem;
}
th, td {
padding: 0.5rem 2rem;
border: 1px solid #ccc;
}