Frontend fix
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 28s

This commit is contained in:
2026-03-18 00:55:23 +01:00
parent 5fd4b4a5e3
commit b7c8249eba
2 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ $themes: (
border-color: #819796, border-color: #819796,
text: #ebede9, text: #ebede9,
link: #a4dddb, link: #a4dddb,
container-shadow: #151d28
), ),
light: ( light: (
background: #ffffff, background: #ffffff,
@@ -15,7 +16,8 @@ $themes: (
background-fore: #ffffff, background-fore: #ffffff,
border-color: #e0e0e0, border-color: #e0e0e0,
text: #1e1e1e, text: #1e1e1e,
link: #ff7d74, link: #6590b3,
container-shadow: #5f6774
) )
); );

View File

@@ -20,7 +20,7 @@ $separation: 2px;
padding: 8px 24px; padding: 8px 24px;
color: white; color: white;
border: 1px solid var(--color-border-color); border: 1px solid var(--color-border-color);
box-shadow: 8px -8px 0px 0px #151d28; box-shadow: 8px -8px 0px 0px var(--color-container-shadow);
} }
.corner{ .corner{