more updates
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 2m59s

This commit is contained in:
2025-08-06 22:39:06 +01:00
parent df59a2c097
commit a0562330a3
23 changed files with 94 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wdth,wght@125,700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
font-family:"Irken";
src:url("/static/content/Irken-Like-AllCaps.woff") format("woff");
src:url("/static/content/fonts/Irken-Like-AllCaps.woff") format("woff");
font-weight:normal;
font-style:normal;
}
@@ -227,7 +227,7 @@ main section a {
right: 0;
bottom: 0;
opacity: 0.1;
background-image: url('/static/content/background.png');
background-image: url('/static/content/general_images/background.png');
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;