adds initial dotfiles
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
scrollbar {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
scrollbar trough {
|
||||
background-color: #424a42;
|
||||
border: 1px solid #0b110b;
|
||||
}
|
||||
|
||||
scrollbar slider {
|
||||
background-color: #0b110b;
|
||||
border: 2px solid transparent;
|
||||
border-radius: 16px;
|
||||
min-width: 8px;
|
||||
min-height: 8px;
|
||||
}
|
||||
|
||||
scrollbar slider:hover {
|
||||
background-color: #1c7a44;
|
||||
}
|
||||
|
||||
scrollbar button {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user