:not(thead) td does not work as expected

...and drop `table`
This commit is contained in:
Tobias Buschor 2021-07-19 07:48:07 +02:00 committed by GitHub
parent 67c60cf4db
commit 8be45d6130
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,8 +187,6 @@ h5 {
}
// Table
table {
thead {
th,
td {
@ -196,10 +194,9 @@ table {
}
}
:not(thead) td {
:not(thead) > * > td {
--font-size: 0.875em;
}
}
// Code
pre,