dark
This commit is contained in:
parent
eec7f6adc0
commit
7decae3625
3 changed files with 14 additions and 3 deletions
9
test.css
9
test.css
|
@ -29,3 +29,12 @@ padding: 10px;
|
|||
.tabs > div {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
body.dark {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue