Added icon change
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 39s

This commit is contained in:
2026-04-26 21:12:08 +02:00
parent 9048bb0f11
commit 475887420c
20 changed files with 668 additions and 41 deletions

View File

@@ -16,6 +16,8 @@ $themes: (
button-hover: #202020aa,
button-active: #202020cc,
toast-background: #202020,
hover: #21262d,
selected: #4a4a4b,
border-color: #819796,
@@ -24,6 +26,9 @@ $themes: (
container-shadow: #151d28,
sticky-header-bg: #20202077,
red: #e06c75,
green: #98c379,
icon-invert: 100%
),
light: (
@@ -41,6 +46,8 @@ $themes: (
button-hover: #e9e9e9,
button-active: #d4d4d4,
toast-background: #f0f0f0,
border-color: #e0e0e0,
border: #f0f0f0,
hover: #e9e9e9,
@@ -49,6 +56,9 @@ $themes: (
container-shadow: #5f6774,
sticky-header-bg: #fff,
red: #e06c75,
green: #98c379,
icon-invert: 0%
)
);

View File

@@ -355,3 +355,11 @@ span.artifact {
display: flex;
flex-direction: column;
}
.red {
color: var(--color-red);
}
.green {
color: var(--color-green);
}