This commit is contained in:
@@ -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));
|
||||
}
|
||||
Reference in New Issue
Block a user