🎨
This commit is contained in:
parent
49f1f7194d
commit
ea722b8360
21 changed files with 27 additions and 45 deletions
|
|
@ -159,7 +159,7 @@ function more() {
|
|||
|
||||
&:hover, &.active {
|
||||
&::before {
|
||||
background: var(--MI_THEME-accentLighten);
|
||||
background: hsl(from var(--MI_THEME-accent) h s calc(l + 10));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -382,7 +382,7 @@ function menuEdit() {
|
|||
|
||||
&:hover, &.active {
|
||||
&::before {
|
||||
background: var(--MI_THEME-accentLighten);
|
||||
background: hsl(from var(--MI_THEME-accent) h s calc(l + 10));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -612,7 +612,7 @@ function menuEdit() {
|
|||
|
||||
&:hover, &.active {
|
||||
&::before {
|
||||
background: var(--MI_THEME-accentLighten);
|
||||
background: hsl(from var(--MI_THEME-accent) h s calc(l + 10));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue