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

@ -19,7 +19,7 @@ button {
border-radius: 25%;
transition: 0.2s;
.svg-icon {
color: rgba(0, 0, 0, 0.88);
color: var(--color-text);
height: 16px;
width: 16px;
}
@ -27,7 +27,7 @@ button {
margin-left: 0;
}
&:hover {
background: #f5f5f7;
background: var(--color-secondary-bg);
}
&:active {
transform: scale(0.92);