fix: update colors

This commit is contained in:
qier222 2020-12-09 16:55:13 +08:00
parent 58f1d55641
commit d66ceded6e
4 changed files with 24 additions and 5 deletions

View file

@ -27,7 +27,7 @@ button {
margin-left: 0;
}
&:hover {
background: var(--color-secondary-bg);
background: var(--color-secondary-bg-for-transparent);
}
&:active {
transform: scale(0.92);