mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
feat: lyrics dynamic background (#424)
* feat: init dynamic background * feat: another way to achieve * feat: add setting for dynamic background * feat: add contrast and brightness for better UI * fix: remove shadow when exit lyrics * feat: UI improve, field name change * refactor: scope variables
This commit is contained in:
parent
387917e3ee
commit
59397ed535
6 changed files with 166 additions and 28 deletions
|
|
@ -28,6 +28,7 @@ button {
|
|||
}
|
||||
&:hover {
|
||||
background: var(--color-secondary-bg-for-transparent);
|
||||
opacity: 0.88;
|
||||
}
|
||||
&:active {
|
||||
transform: scale(0.92);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue