Skip to content

Commit b849ba3

Browse files
committed
Merge branch 'master' of github.com:parcel-bundler/parcel-css
2 parents 412547a + f02e193 commit b849ba3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

website/docs.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ header .title {
6464
text-decoration: none;
6565
}
6666

67+
header .title::selection {
68+
-webkit-text-stroke-color: #fffddd;
69+
background-color: var(--gold-text);
70+
}
71+
6772
h1, h2, h3 {
6873
font-family: urbane-rounded, ui-rounded;
6974
font-weight: 600;

website/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,11 @@ <h3>Browser grade</h3>
263263
letter-spacing: -0.02em;
264264
}
265265

266+
header h1::selection {
267+
-webkit-text-stroke-color: #fffddd;
268+
background-color: var(--gold-text);
269+
}
270+
266271
header h2 {
267272
font-family: urbane-rounded;
268273
color: lch(65% 85 35);

0 commit comments

Comments
 (0)