BraydenMoore commited on
Commit
987a004
1 Parent(s): 8e34432

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +20 -0
templates/index.html CHANGED
@@ -15,6 +15,26 @@
15
  height: 100vh;
16
  margin: auto;
17
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  h3 {
19
  margin-bottom: 20px;
20
  margin-top: 0px !important;
 
15
  height: 100vh;
16
  margin: auto;
17
  }
18
+ /* Webkit browsers like Chrome, Safari */
19
+ ::-webkit-scrollbar {
20
+ width: 10px;
21
+ border-radius: 5px;
22
+ }
23
+
24
+ ::-webkit-scrollbar-thumb {
25
+ background: black;
26
+ border-radius: 5px;
27
+ }
28
+
29
+ ::-webkit-scrollbar-thumb:hover {
30
+ background: black;
31
+ }
32
+
33
+ /* Firefox */
34
+ * {
35
+ scrollbar-width: thin;
36
+ scrollbar-color: black yellow;
37
+ }
38
  h3 {
39
  margin-bottom: 20px;
40
  margin-top: 0px !important;