This commit is contained in:
Marc Beninca 2023-06-30 22:07:10 +02:00
parent eec7f6adc0
commit 7decae3625
3 changed files with 14 additions and 3 deletions

View file

@ -29,3 +29,12 @@ padding: 10px;
.tabs > div {
padding: 10px;
}
body {
background-color: white;
color: black;
}
body.dark {
background-color: black;
color: white;
}