This commit is contained in:
杜恒
2021-04-20 10:04:43 +08:00
parent 34d9e81c56
commit ad7290c6e7
5 changed files with 16 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -131,8 +131,16 @@ body.fullscreen {
line-height: 1.5;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
overscroll-behavior: none;
&::-webkit-scrollbar-track {
background: #222;
}
&::-webkit-scrollbar {
display: none;
width: 6px;
height: 6px;
}
&::-webkit-scrollbar-thumb {
border-radius: 3px;
background: rgba(255, 255, 255, 0.25);
}
::selection {
background-color: rgba(221, 240, 255, 0.2);