diff --git a/docs/_includes/layout-templates/sport-awesome.css b/docs/_includes/layout-templates/sport-awesome.css index 983fbd719..ea43fdcea 100644 --- a/docs/_includes/layout-templates/sport-awesome.css +++ b/docs/_includes/layout-templates/sport-awesome.css @@ -58,7 +58,7 @@ img { .header__navigation { display: flex; - clip-path: polygon(var(--wa-space-2xl) 0,100% 0,100% 100%,0 100%); + clip-path: polygon(var(--wa-space-2xl) 0, 100% 0, 100% 100%, 0 100%); padding-inline-start: calc(var(--wa-space-2xl) + var(--wa-space-xs)); padding-inline-end: var(--wa-space-m); background-color: var(--wa-color-brand-fill-vivid-alt); @@ -101,7 +101,7 @@ a.logo:is(:hover, :focus) { text-decoration-color: var(--wa-color-brand-outline-muted-alt); } -.navigation--desktop wa-nav-item[current="page"]:hover { +.navigation--desktop wa-nav-item[current='page']:hover { text-decoration-color: var(--wa-color-brand-outline-vivid); } diff --git a/docs/pages/experimental/themer.md b/docs/pages/experimental/themer.md index fb137d991..a55e23bdf 100644 --- a/docs/pages/experimental/themer.md +++ b/docs/pages/experimental/themer.md @@ -547,4 +547,4 @@ export function thing() { padding-block: var(--wa-space-xl); padding-inline: var(--wa-space-2xl); } - \ No newline at end of file +