This commit is contained in:
Jottyfan
2023-11-28 22:44:00 +01:00
parent 48525b7e20
commit 690f28f4fe
15 changed files with 300 additions and 35 deletions

View File

@@ -1,16 +1,9 @@
/*
html {
width: 100%;
height: 100%;
}
*/
body {
background-color: #abc;
}
[data-bs-theme=dark] body {
background-color: rgb(36, 31, 49);
background-color: #001213;
}
.borderdist {
@@ -23,4 +16,22 @@ body {
[data-bs-theme=dark] .borderdist {
background-color: #333;
}
.headerback {
background-color: #eee;
border-bottom: 1px solid silver;
}
[data-bs-theme=dark] .headerback {
background-color: #333;
}
.rightaligned {
right: 5px;
position: absolute;
}
.rightpadding64 {
margin-right: 64px;
}