Skip to content

Commit 3f7b711

Browse files
committed
Set text selection color to white
1 parent f1c15e4 commit 3f7b711

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
box-sizing: border-box;
1111
}
1212

13+
::selection {
14+
background: #fff3;
15+
}
16+
1317
html {
1418
overflow-y: auto;
1519
min-width: 320px;

0 commit comments

Comments
 (0)