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:
wenjie 2021-03-18 20:54:01 +08:00 committed by GitHub
parent 387917e3ee
commit 59397ed535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 166 additions and 28 deletions

View file

@ -28,6 +28,7 @@ button {
}
&:hover {
background: var(--color-secondary-bg-for-transparent);
opacity: 0.88;
}
&:active {
transform: scale(0.92);