summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-04-15 16:04:01 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-04-15 16:04:01 -0400
commit9d64552cc1a7a45f03bb457c226c0e3f8639fd10 (patch)
tree49afa1fd3cae7f42519949e156e04b498e94904b /static/style.css
parentbd53209ee56973823295077667bce3c122e97559 (diff)
close #749, close #740, close #718, close #716, close #712, close #681, close #677, close #643, close #601
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index fd368cb..d7e6ab1 100644
--- a/static/style.css
+++ b/static/style.css
@@ -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 ;
}