feat: dark mode support (#53)

This commit is contained in:
qier222 2020-10-25 21:04:33 +08:00 committed by GitHub
parent 4e482941ed
commit b655c59761
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 301 additions and 181 deletions

View file

@ -1,6 +1,6 @@
/* rail style */
.vue-slider-rail {
background-color: #eee;
background-color: rgba(128, 128, 128, 0.18);
border-radius: 15px;
}
@ -54,7 +54,8 @@
/* volume style */
.volume-control .vue-slider-process {
background-color: rgba(0, 0, 0, 0.8);
opacity: 0.8;
background-color: var(--color-text);
border-radius: 15px;
}