Skip to content

Commit cbed2a3

Browse files
authored
Merge pull request #26 from LindseyB/selection-colors
Custom selection colors
2 parents a003ef4 + 62812b9 commit cbed2a3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

static/css/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/* Custom text selection colors */
2+
::selection {
3+
background: #ea66cd;
4+
color: #2d3748;
5+
}
6+
7+
::-moz-selection {
8+
background: #ea66cd;
9+
color: #2d3748;
10+
}
11+
112
body {
213
font-family: 'Space Mono', monospace;
314
line-height: 1.6;

0 commit comments

Comments
 (0)