Add themes folder

This commit is contained in:
Markus 2025-06-07 23:02:15 +02:00
parent 78eab7dcac
commit 077da5b941
108 changed files with 6225 additions and 0 deletions

View file

@ -0,0 +1,20 @@
.bg-1 {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
@include large-desktop {
background-attachment: unset;
}
}
.bg-2 {
background-size: cover;
background-position: center center;
background-attachment: fixed;
@include large-desktop {
background-attachment: unset;
}
}