style: optimize scrollbars style (#68)
This commit is contained in:
parent
9c3ad5a300
commit
c40b5ecb85
@ -10,6 +10,17 @@ body {
|
||||
'Segoe UI Emoji';
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--color-fg-muted);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
[data-color-mode*='dark'] body .dark {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user