Skip to content

Commit 178d434

Browse files
committed
Set text selection color to match color scheme
1 parent c115669 commit 178d434

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,8 @@ a {
4242
}
4343
}
4444

45+
::selection {
46+
background: transparentize(getColor(malibu), 0.65);
47+
}
48+
4549
@import './markdown';

0 commit comments

Comments
 (0)