renamed alfdir to katlum
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 35s
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 35s
This commit is contained in:
@@ -22,7 +22,7 @@ $themes: (
|
||||
);
|
||||
|
||||
$accents: (
|
||||
alfdir: (
|
||||
katlum: (
|
||||
link: #a4dddb,
|
||||
),
|
||||
solus: (
|
||||
@@ -44,15 +44,15 @@ $accents: (
|
||||
|
||||
:root {
|
||||
@include theme-vars(map.get($themes, dark));
|
||||
@include accent-vars(map.get($accents, alfdir));
|
||||
@include accent-vars(map.get($accents, katlum));
|
||||
}
|
||||
|
||||
[data-theme="light"] {
|
||||
@include theme-vars(map.get($themes, light));
|
||||
}
|
||||
|
||||
[data-accent="alfdir"] {
|
||||
@include accent-vars(map.get($accents, alfdir));
|
||||
[data-accent="katlum"] {
|
||||
@include accent-vars(map.get($accents, katlum));
|
||||
}
|
||||
|
||||
[data-accent="solus"] {
|
||||
|
||||
Reference in New Issue
Block a user