fix: bugs

This commit is contained in:
qier222 2021-01-31 20:40:19 +08:00
parent 160737e736
commit 51d11e8316
5 changed files with 30 additions and 21 deletions

View file

@ -178,6 +178,10 @@ a {
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(128, 128, 128, 0.38);
}
[data-theme="dark"] ::-webkit-scrollbar-thumb {
background: var(--color-secondary-bg);
}