diff --git a/styles/styles.css b/styles/styles.css index 1b4b619..817ddcd 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -46,4 +46,20 @@ img { display: flex; justify-content: center; align-items: center; +} + +::-webkit-scrollbar { + width: 0.5vw; + background-color: var(--primary-color); +} + +::-webkit-scrollbar-thumb { + background-color: var(--secondary-color); + border-radius: 6vh; + height: 16.5vh; + border: solid 1px var(--primary-color); +} + +::-webkit-scrollbar-thumb:hover { + background-color: #555; } \ No newline at end of file