diff --git a/fes.css b/fes.css index a67dbad..33897a1 100644 --- a/fes.css +++ b/fes.css @@ -140,3 +140,14 @@ /* utility */ .hidden { display:none !important; } + +::-webkit-scrollbar { + width: 15px; +} +::-webkit-scrollbar-track { + background-color: #3b3b3b; +} +::-webkit-scrollbar-thumb { + background-color: #b3d3e2; + border-radius: 15px; +}