style: optimize scrollbars style (#68) c40b5ecb85

This commit is contained in:
jaywcjlove
2022-11-14 10:24:03 +00:00
parent e3bf142ea4
commit ccd0a7519a

View File

@ -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;
}