diff --git a/static/css/style.css b/static/css/style.css index 485757a1..4df15bbd 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -10,6 +10,27 @@ /* GLOBAL STYLES */ + +::-webkit-scrollbar-track +{ + background-color: lightgrey; + border-radius:0px; +} + +::-webkit-scrollbar +{ + width: 4px; + background-color: lightgrey; + border-radius:0px; +} + +::-webkit-scrollbar-thumb +{ + background-color: #3E3E3E; + border-radius:0px; +} + + body { display: flex; min-height: 100vh;