use external skins

This commit is contained in:
2026-03-07 23:13:45 +01:00
parent aed0601933
commit d0a2f1b7f9
14 changed files with 300 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
body {
background-image: url(synthwave/bg.png);
background-image: url(synthwave/wtCSusF.jpeg);
background-size: cover;
}
@@ -21,7 +21,7 @@ body[data-bs-theme="dark"] {
.card,
#matrixCard {
background: repeating-linear-gradient(transparent, #111 1px);
background: repeating-linear-gradient(transparent, transparent 1px, #1114 2px, #1114 4px);
backdrop-filter: blur(3px);
}