Skip to content

Commit 1ead985

Browse files
committed
fix: improve text selection readability on dark background
1 parent 671c434 commit 1ead985

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/styles/global.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
@apply transition-colors;
2424
}
2525

26+
::selection {
27+
background-color: #3b82f6;
28+
color: #ffffff;
29+
}
30+
2631
.prose a {
2732
@apply text-brand-blue-light hover:text-white;
2833
}

0 commit comments

Comments
 (0)