Skip to content

Commit

Permalink
Merge branch 'master' of github.com:parcel-bundler/parcel-css
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Apr 7, 2023
2 parents 412547a + f02e193 commit b849ba3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docs.css
Expand Up @@ -64,6 +64,11 @@ header .title {
text-decoration: none;
}

header .title::selection {
-webkit-text-stroke-color: #fffddd;
background-color: var(--gold-text);
}

h1, h2, h3 {
font-family: urbane-rounded, ui-rounded;
font-weight: 600;
Expand Down
5 changes: 5 additions & 0 deletions website/index.html
Expand Up @@ -263,6 +263,11 @@ <h3>Browser grade</h3>
letter-spacing: -0.02em;
}

header h1::selection {
-webkit-text-stroke-color: #fffddd;
background-color: var(--gold-text);
}

header h2 {
font-family: urbane-rounded;
color: lch(65% 85 35);
Expand Down

0 comments on commit b849ba3

Please sign in to comment.