diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 6654422..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/img/.DS_Store b/img/.DS_Store deleted file mode 100644 index 14b971d..0000000 Binary files a/img/.DS_Store and /dev/null differ diff --git a/index.html b/index.html index c10c43c..1e4bb96 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,27 @@ color: #f2f1ef !important; font-family: "Glacial Indifference"; } + /* width */ + ::-webkit-scrollbar { + width: 15px; + } + + /* Track */ + ::-webkit-scrollbar-track { + box-shadow: inset 0 0 5px grey; + background-color: rgb(12, 14, 26); + } + + /* Handle */ + ::-webkit-scrollbar-thumb { + background: rgb(38, 45, 75); + border-radius: 5px; + } + + /* Handle on hover */ + ::-webkit-scrollbar-thumb:hover { + background: rgb(31, 36, 61); + }