Merge branch 'master' into testing

This commit is contained in:
simon 2022-01-18 17:28:50 +07:00
commit 44733adf4d
1 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,16 @@ font-family: 'Sen-Regular';
html {
height: 100%;
scrollbar-color: var(--accent-font-dark) #0000;
}
::-webkit-scrollbar {
width: 7px;
}
::-webkit-scrollbar-thumb {
background: var(--accent-font-dark);
border-radius: 10px;
}
body {