close #749, close #740, close #718, close #716, close #712, close #681, close #677, close #643, close #601

This commit is contained in:
Luke Smith
2022-04-15 16:04:01 -04:00
parent bd53209ee5
commit 9d64552cc1
11 changed files with 27 additions and 15 deletions

View File

@@ -5,9 +5,18 @@ body {
margin: auto ;
padding: 0 16px ;
margin-bottom: 500px ;
font-family: sans-serif ;
scrollbar-color: gray #151515;
}
::-webkit-scrollbar {
width: .66vw;
background-color: #151515;
}
::-webkit-scrollbar-thumb {
background-color: gray;
border-radius: 5px;
}font-family: sans-serif ;
a {
color: lightblue ;
}