« get me outta code hell

css: matches -> where - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-04-08 13:58:31 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-04-08 13:58:49 -0300
commitc474f3fb1056fd21cc1e7f20f7a5b0b238a4ad4f (patch)
treeb1bba3b6701e6938ded346b14e7c113218884221 /src
parenta4c35958ade37e7845c237b9910ce853417161d0 (diff)
css: matches -> where
dangit lol
Diffstat (limited to 'src')
-rw-r--r--src/static/css/site.css6
1 files changed, 3 insertions, 3 deletions
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;
 }