Skip to content

Commit 1cc816e

Browse files
Update main.css
1 parent e5ef6ef commit 1cc816e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

styles/main.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,13 @@ input::placeholder {
208208
#carbonads .carbon-poweredby {
209209
color: #ffffff;
210210
}
211+
212+
/* Selection */
213+
::-moz-selection {
214+
color: #fff;
215+
background: var(--accent);
216+
}
217+
::selection {
218+
color: #fff;
219+
background: var(--accent);
220+
}

0 commit comments

Comments
 (0)