Build CSS

This commit is contained in:
github-actions[bot] 2025-01-18 21:33:34 +00:00
parent 9ea0a83a8b
commit 389e319c1e
252 changed files with 255 additions and 1263 deletions

View file

@ -1772,12 +1772,8 @@ table > caption {
text-align: center;
}
table.striped {
/* clean-css ignore:start */
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
/* clean-css ignore:end */
background-color: var(--pico-table-row-stripped-background-color);
}