This commit is contained in:
Emi
2025-08-22 12:41:08 +02:00
parent 7792799eb6
commit 609660570c
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
<link rel="icon" href="/assets/favicon.png" sizes="any">
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="/assets/css/main.css?121">
<link rel="stylesheet" href="/assets/css/header.css?4">
<link rel="stylesheet" href="/assets/css/header.css?5">
<link rel="stylesheet" href="/assets/css/tobii.min.css">
<link rel="preload" as="font" href="/assets/fonts/Montserrat-Italic-VariableFont_wght.woff2" crossorigin>
<link rel="preload" as="font" href="/assets/fonts/Montserrat-VariableFont_wght.woff2" crossorigin>

View File

@@ -332,7 +332,7 @@ header .banner-container .banner a {
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-radius: 5px;
background: #303030e3;
background: lightdark(#ffffffe3, #303030e3);
border: 1px solid #ffffff3b;
position: relative;
top: 50px;