mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +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 {
|
||||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue