feat(theme): implement Falukant theme with updated styles and components

This commit is contained in:
Torsten Schulz (local)
2026-08-21 14:28:05 +02:00
parent bb27660f85
commit 846ba5b3c4
27 changed files with 329 additions and 104 deletions

View File

@@ -458,7 +458,7 @@ h2 {
height: 341px;
background-repeat: no-repeat;
image-rendering: crisp-edges;
border: 1px solid #ccc;
border: 1px solid var(--color-border);
border-radius: 4px;
}
@@ -599,7 +599,7 @@ h2 {
height: 100px;
background-repeat: no-repeat;
image-rendering: crisp-edges;
border: 1px solid #ccc;
border: 1px solid var(--color-border);
border-radius: 4px;
background-size: contain;
/* scale image to container */