jin-nin commited on
Commit
3336756
1 Parent(s): 37e8321

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -16,7 +16,7 @@ input::-webkit-slider-runnable-track {
16
  border-radius: 2px !important;
17
  }
18
 
19
- * {
20
  overflow: overlay;
21
  }
22
  ::-webkit-scrollbar {
@@ -34,7 +34,7 @@ input::-webkit-slider-runnable-track {
34
  background-color: transparent;
35
  }
36
  ::-webkit-scrollbar-thumb {
37
- background-color: silver;
38
  border-radius: 2px;
39
  }
40
 
 
16
  border-radius: 2px !important;
17
  }
18
 
19
+ body {
20
  overflow: overlay;
21
  }
22
  ::-webkit-scrollbar {
 
34
  background-color: transparent;
35
  }
36
  ::-webkit-scrollbar-thumb {
37
+ background-color: #293139;
38
  border-radius: 2px;
39
  }
40