This commit is contained in:
Jottyfan
2023-09-09 23:15:47 +02:00
parent bd081ff48a
commit e991c26c13
27 changed files with 909 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
html {
width: 100%;
height: 100%;
}
body {
background-color: #abc;
}
[data-bs-theme=dark] body {
background-color: rgb(36, 31, 49);
}
.borderdist {
margin: 8px;
}