exclude non-admin tables from fix

This commit is contained in:
rachidatecs 2023-08-08 19:22:19 -04:00
parent 904b826047
commit c49be334e1
No known key found for this signature in database
GPG key ID: 3CEBBFA7325E5525

View file

@ -106,8 +106,8 @@ html[data-theme="light"] {
// Dark mode django (bug due to scss cascade) and USWDS tables
body,
.usa-table,
.usa-table--striped tbody tr:nth-child(odd) td {
.change-list .usa-table,
.change-list .usa-table--striped tbody tr:nth-child(odd) td {
color: var(--body-fg)!important;
}
}