summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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 ;
}