]> git.sesse.net Git - pkanalytics/commitdiff
No need for :has().
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 20 May 2023 20:21:45 +0000 (22:21 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 20 May 2023 20:21:45 +0000 (22:21 +0200)
ultimate.css

index cecfafd3ca951f562366bbeb844b926d07321161..c62f18bc281adaf9f8456a35984cff138b70eb81 100644 (file)
@@ -29,7 +29,7 @@
 table {
        border-collapse: collapse;
 }
-tr:has(th) {
+th {
        background-color: rgba(0, 0, 0, 0.05);
 }
 tr {