theme: style scrollbar

This commit is contained in:
Peter Cai 2020-04-11 09:15:53 +08:00
parent 269d2ad9a9
commit e8fdba132b
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ html, body {
font-size: 18px;
text-shadow: 0 0 3px #dddddd;
color: rgb(100, 100, 100);
scrollbar-color: #E91E63 #00000000;
scrollbar-width: thin;
}
html {