make adaptive css theme

This commit is contained in:
ps-droid 2025-06-02 11:13:19 +03:00
parent 34b45e923f
commit 27a656b7cc

View file

@ -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;
}