Added features
This commit is contained in:
@@ -41,3 +41,13 @@ a {
|
||||
color-scheme: dark;
|
||||
}
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 8px; /* vertical */
|
||||
height: 8px; /* horizontal */
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 2px;
|
||||
background: #34384c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user