Support full screen backgrounds on the filesystem

This commit is contained in:
2024-05-30 12:28:42 +02:00
parent 4d43d5cfd0
commit 08698bbdb4
9 changed files with 62 additions and 30 deletions

View File

@@ -190,8 +190,12 @@ input[type="color"] {
border-radius: 10px;
}
.example_background {
background: var(--background);
color: var(--background_text_color)
color: var(--background_text_color);
background-image: var(--background_image);
background-color: var(--background_pattern_color);
background-size: var(--background_image_size, initial);
background-position: var(--background_image_position, initial);
background-repeat: var(--background_image_repeat, repeat);
}
.example_body {
background: var(--body_background);