Add initial profile background image handling

This commit is contained in:
Johannes Zellner
2025-03-25 15:05:08 +01:00
parent 1f8cdbaf62
commit 23dd575ce1
6 changed files with 53 additions and 6 deletions

View File

@@ -27,8 +27,10 @@ html, body {
width: 100%;
padding: 0;
margin: 0;
background-color: white;
color: var(--pankow-text-color);
background-color: white;
background-position: center;
background-size: cover;
}
@media (prefers-color-scheme: dark) {