We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5ef6ef + d824213 commit ef8f5c1Copy full SHA for ef8f5c1
styles/404.css
@@ -53,3 +53,13 @@ body * {
53
.error-container a:hover {
54
text-decoration: underline;
55
}
56
+
57
+/* Selection */
58
+::-moz-selection {
59
+ color: #fff;
60
+ background: var(--accent);
61
+}
62
+::selection {
63
64
65
styles/main.css
@@ -208,3 +208,13 @@ input::placeholder {
208
#carbonads .carbon-poweredby {
209
color: #ffffff;
210
211
212
213
214
215
216
217
218
219
220
0 commit comments