Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/index.css
Browse files- frontend/src/index.css +4 -3
frontend/src/index.css
CHANGED
|
@@ -106,9 +106,9 @@
|
|
| 106 |
}
|
| 107 |
|
| 108 |
::-webkit-scrollbar-thumb {
|
| 109 |
-
background: #
|
| 110 |
border-radius: 8px;
|
| 111 |
-
border:
|
| 112 |
}
|
| 113 |
|
| 114 |
::-webkit-scrollbar-thumb:hover {
|
|
@@ -126,7 +126,7 @@
|
|
| 126 |
}
|
| 127 |
|
| 128 |
.custom-scrollbar::-webkit-scrollbar-thumb {
|
| 129 |
-
background: #
|
| 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 |
+
|