mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-07 21:49:29 +00:00
Merge branch 'master' into testing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user