diff --git a/website/docs.css b/website/docs.css index 29d34d11..1bc1a8f8 100644 --- a/website/docs.css +++ b/website/docs.css @@ -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; diff --git a/website/index.html b/website/index.html index fb42639d..4d5822ee 100644 --- a/website/index.html +++ b/website/index.html @@ -263,6 +263,11 @@

Browser grade

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);