This commit is contained in:
parent
e9e8af365a
commit
4c37409a54
@ -23,4 +23,23 @@ body {
|
||||
|
||||
body nav:first-of-type {
|
||||
padding: 0 calc((100vw - 60rem)/2);
|
||||
}
|
||||
}
|
||||
|
||||
/* Custom scrollbar */
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--button-hover);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #384e62;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user