Big commit
Some checks failed
Build and Deploy Nuxt / build (push) Has been cancelled

This commit is contained in:
2026-04-13 01:27:19 +02:00
parent 9748de4286
commit a6197137c0
35 changed files with 486 additions and 40 deletions

View File

@@ -10,7 +10,8 @@ $themes: (
border-color: #819796,
border: #202324,
text: #ebede9,
container-shadow: #151d28
container-shadow: #151d28,
sticky-header-bg: #20202077
),
light: (
background: #ffffff,
@@ -21,7 +22,8 @@ $themes: (
hover: #e9e9e9,
selected: #d4d4d4,
text: #1e1e1e,
container-shadow: #5f6774
container-shadow: #5f6774,
sticky-header-bg: #fff
)
);
@@ -31,6 +33,9 @@ $accents: (
),
solus: (
link: #e6a556,
),
silang: (
link: #c65197,
)
);
@@ -61,4 +66,8 @@ $accents: (
[data-accent="solus"] {
@include accent-vars(map.get($accents, solus));
}
[data-accent="silang"] {
@include accent-vars(map.get($accents, silang));
}