We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fe239 commit 77954d9Copy full SHA for 77954d9
littlelink/css/skeleton-dark.css
@@ -168,3 +168,24 @@ hr {
168
border-width: 0;
169
border-top: 1px solid #E1E1E1; }
170
171
+/* ===== Scrollbar CSS ===== */
172
+ /* Firefox */
173
+ * {
174
+ scrollbar-width: thin;
175
+ scrollbar-color: #171a1d #31363b;
176
+ }
177
+
178
+ /* Chrome, Edge, and Safari */
179
+ *::-webkit-scrollbar {
180
+ width: 8px;
181
182
183
+ *::-webkit-scrollbar-track {
184
+ background: #31363b;
185
186
187
+ *::-webkit-scrollbar-thumb {
188
+ background-color: #171a1d;
189
+ border-radius: 30px;
190
+ border: 3px none #ffffff;
191
0 commit comments