Add seasonal theme support

This commit is contained in:
Myx
2023-10-28 05:28:31 +02:00
parent 54f1c5234b
commit 5edc2eacd6
5 changed files with 3048 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
.autumn {
background-image: url("autumn.jpg");
background-size: cover;
}
.bg-dark {
background-color: #343a40eb!important;
border-radius: 4px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 165 KiB