Skip to content

Commit d824213

Browse files
Update 404.css
1 parent 1cc816e commit d824213

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

styles/404.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,13 @@ body * {
5353
.error-container a:hover {
5454
text-decoration: underline;
5555
}
56+
57+
/* Selection */
58+
::-moz-selection {
59+
color: #fff;
60+
background: var(--accent);
61+
}
62+
::selection {
63+
color: #fff;
64+
background: var(--accent);
65+
}

0 commit comments

Comments
 (0)