manipulate slots

This commit is contained in:
Jottyfan
2023-11-18 19:29:35 +01:00
parent 0c18b2df56
commit 48525b7e20
20 changed files with 331 additions and 558 deletions

View File

@@ -1,7 +1,9 @@
/*
html {
width: 100%;
height: 100%;
}
*/
body {
background-color: #abc;
@@ -12,5 +14,13 @@ body {
}
.borderdist {
border-radius: 4px;
border: 1px solid gray;
padding: 8px;
margin: 8px;
background-color: #eee;
}
[data-bs-theme=dark] .borderdist {
background-color: #333;
}