Compare commits

...

2 Commits

Author SHA1 Message Date
elpatron 3080b59dc8 chore: release v0.1.1.3 2026-06-03 18:27:00 +02:00
elpatron d054e42cc0 style: add sunset background image to login screen 2026-06-03 18:26:52 +02:00
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
0.1.1.3
0.1.1.4
Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

+4
View File
@@ -36,6 +36,10 @@ code {
min-height: 100svh;
padding: 24px 16px calc(48px + env(safe-area-inset-bottom, 0px));
box-sizing: border-box;
background-image: linear-gradient(rgba(15, 23, 42, 0.3), rgba(15, 23, 42, 0.5)), url('/login-bg.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
/* Glassmorphism Auth Card */