mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
exclude non-admin tables from fix
This commit is contained in:
parent
904b826047
commit
c49be334e1
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue