Mes coses
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 35s

This commit is contained in:
2026-03-22 01:18:48 +01:00
parent bd1148aeab
commit 8e2e56de1b
7 changed files with 94 additions and 30 deletions

View File

@@ -5,6 +5,8 @@ $themes: (
background: #141414,
background-line: #202324,
background-fore: #10141f,
hover: #21262d,
selected: #4a4a4b,
border-color: #819796,
border: #202324,
text: #ebede9,
@@ -16,6 +18,8 @@ $themes: (
background-fore: #ffffff,
border-color: #e0e0e0,
border: #f0f0f0,
hover: #e9e9e9,
selected: #d4d4d4,
text: #1e1e1e,
container-shadow: #5f6774
)