From c474f3fb1056fd21cc1e7f20f7a5b0b238a4ad4f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 8 Apr 2025 13:58:31 -0300 Subject: css: matches -> where dangit lol --- src/static/css/site.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/static/css/site.css b/src/static/css/site.css index 3d2e4bea..49e3fce4 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -980,7 +980,7 @@ a .normal-content { /* Yeah, all this stuff only applies to elements of the dot switcher * besides the first, which will necessarily have a bullet point at left. */ -.dot-switcher *:matches(.dot-switcher > span:not(:first-child) > *) { +.dot-switcher *:where(.dot-switcher > span:not(:first-child) > *) { display: inline-block; white-space: wrap; text-align: left; @@ -2937,11 +2937,11 @@ h3.content-heading { top: 0; } -.content-sticky-heading-anchor:not(:matches(.content-sticky-heading-root[inert]) *) { +.content-sticky-heading-anchor:not(:where(.content-sticky-heading-root[inert]) *) { position: relative; } -.content-sticky-heading-container:not(:matches(.content-sticky-heading-root[inert]) *) { +.content-sticky-heading-container:not(:where(.content-sticky-heading-root[inert]) *) { position: absolute; } -- cgit 1.3.0-6-gf8a5