Merge pull request #2 from oooo-ps/adaptive-css-theme

make adaptive css theme
This commit is contained in:
oooo-ps 2025-07-08 22:19:19 +03:00 committed by GitHub
commit a313b907fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,7 @@
* {
color-scheme: light dark;
}
body {
font-family: arial, sans-serif;
font-size: 16px;
@ -16,7 +20,3 @@ th, td {
padding: 0.5rem 2rem;
border: 1px solid #ccc;
}
th {
background-color: #eee;
}