This commit is contained in:
2026-02-14 21:30:57 +01:00
parent e12ad0ad7e
commit 6dee5a73f5
13 changed files with 135 additions and 10 deletions

4
front/css/setup.css Normal file → Executable file
View File

@@ -4,7 +4,7 @@ body {
place-items: center;
height: 100vh;
overflow: hidden;
background-image: url("/css/setup.png");
background-image: url("/css/background.png");
}
.page-content {
@@ -15,7 +15,7 @@ body {
box-shadow: 0 2px 100px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
border-radius: 30pt;
background: rgba(255, 255, 255, 0.3);
backdrop-filtbackground: rgba(255, 255, 255, 0.3);
backdrop-filter: rgba(255, 255, 255, 0.3);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
display: grid;