mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
make adaptive css theme
This commit is contained in:
parent
34b45e923f
commit
27a656b7cc
1 changed files with 4 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
* {
|
||||||
|
color-scheme: light dark;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: arial, sans-serif;
|
font-family: arial, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
@ -16,7 +20,3 @@ th, td {
|
||||||
padding: 0.5rem 2rem;
|
padding: 0.5rem 2rem;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
|
||||||
background-color: #eee;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue