Final first web
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 2m5s

This commit is contained in:
2026-03-12 01:25:29 +01:00
parent 81d72aba1c
commit 7f9412b30b
4 changed files with 20 additions and 15 deletions

View File

@@ -15,8 +15,8 @@ $separation: 2px;
.card{
position: relative;
background: #0f0f10;
padding: 24px;
background: var(--color-background-fore);
padding: 8px 24px;
color: white;
border: 1px solid var(--color-border-color);
}