larxius commited on
Commit
fdc252b
·
verified ·
1 Parent(s): 2d5e9bf

Update frontend/src/index.css

Browse files
Files changed (1) hide show
  1. frontend/src/index.css +4 -3
frontend/src/index.css CHANGED
@@ -106,9 +106,9 @@
106
  }
107
 
108
  ::-webkit-scrollbar-thumb {
109
- background: #334155;
110
  border-radius: 8px;
111
- border: 2px solid #020617;
112
  }
113
 
114
  ::-webkit-scrollbar-thumb:hover {
@@ -126,7 +126,7 @@
126
  }
127
 
128
  .custom-scrollbar::-webkit-scrollbar-thumb {
129
- background: #334155;
130
  border-radius: 8px;
131
  border: 1px solid #0f172a;
132
  }
@@ -135,3 +135,4 @@
135
  background: #38bdf8;
136
  }
137
 
 
 
106
  }
107
 
108
  ::-webkit-scrollbar-thumb {
109
+ background: #2563eb;
110
  border-radius: 8px;
111
+ border: 1px solid #020617;
112
  }
113
 
114
  ::-webkit-scrollbar-thumb:hover {
 
126
  }
127
 
128
  .custom-scrollbar::-webkit-scrollbar-thumb {
129
+ background: #2563eb;
130
  border-radius: 8px;
131
  border: 1px solid #0f172a;
132
  }
 
135
  background: #38bdf8;
136
  }
137
 
138
+