Skip to content

Commit ca3126f

Browse files
committed
Improve scrollbar color
1 parent 111003e commit ca3126f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/routes/+page.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@
218218
place-items: center;
219219
padding: 2em 0;
220220
overflow: auto;
221+
scrollbar-color: #fff0 #fff0;
222+
}
223+
224+
.example-list:hover {
225+
scrollbar-color: #fff3 #fff0;
221226
}
222227
223228
.example-list ul {

0 commit comments

Comments
 (0)