Merge branch 'develop' into feat-1714

This commit is contained in:
かっこかり 2024-08-20 12:57:05 +09:00 committed by GitHub
commit 83e3708488
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 49 additions and 69 deletions

View file

@ -424,7 +424,7 @@ $widgets-hide-threshold: 1090px;
}
&:active {
background: var(--X2);
background: hsl(from var(--panel) h s calc(l - 2));
}
}
@ -434,11 +434,11 @@ $widgets-hide-threshold: 1090px;
color: var(--fgOnAccent);
&:hover {
background: linear-gradient(90deg, var(--X8), var(--X8));
background: linear-gradient(90deg, hsl(from var(--accent) h s calc(l + 5)), hsl(from var(--accent) h s calc(l + 5)));
}
&:active {
background: linear-gradient(90deg, var(--X8), var(--X8));
background: linear-gradient(90deg, hsl(from var(--accent) h s calc(l + 5)), hsl(from var(--accent) h s calc(l + 5)));
}
}