diff --git a/assets/css/site.css b/assets/css/site.css index 9c39f77..4896966 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -23,4 +23,23 @@ body { body nav:first-of-type { padding: 0 calc((100vw - 60rem)/2); -} \ No newline at end of file +} + +/* 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; +}