We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 412547a + f02e193 commit b849ba3Copy full SHA for b849ba3
website/docs.css
@@ -64,6 +64,11 @@ header .title {
64
text-decoration: none;
65
}
66
67
+header .title::selection {
68
+ -webkit-text-stroke-color: #fffddd;
69
+ background-color: var(--gold-text);
70
+}
71
+
72
h1, h2, h3 {
73
font-family: urbane-rounded, ui-rounded;
74
font-weight: 600;
website/index.html
@@ -263,6 +263,11 @@ <h3>Browser grade</h3>
263
letter-spacing: -0.02em;
264
265
266
+ header h1::selection {
267
268
269
+ }
270
271
header h2 {
272
font-family: urbane-rounded;
273
color: lch(65% 85 35);
0 commit comments