AI slop
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 1m20s

This commit is contained in:
2026-06-08 00:28:29 +02:00
parent 94e2b8bd47
commit 0fb4f01892
22 changed files with 1474 additions and 346 deletions

View File

@@ -18,6 +18,7 @@ $themes: (
button-active: #202020cc,
toast-background: #202020,
tooltip-background: #2a2a2a,
note-border: #202324,
@@ -33,7 +34,11 @@ $themes: (
green: #98c379,
gray: #cccccc,
icon-invert: 100%
icon-invert: 100%,
search-background: #20202077,
search-background-container: #202020ee,
search-hover: #2a2a2a,
),
light: (
background: #ffffff,
@@ -51,6 +56,7 @@ $themes: (
button-active: #d4d4d4,
toast-background: #f0f0f0,
tooltip-background: #f5f5f5,
note-border: #e0e0e0,
@@ -66,7 +72,11 @@ $themes: (
green: #98c379,
gray: #cccccc,
icon-invert: 0%
icon-invert: 0%,
search-background: #f0f0f0aa,
search-background-container: #ffffffee,
search-hover: #e8e8e8,
)
);