mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
Fix contrast issue with filter headers in django admin
This commit is contained in:
parent
14e3548f81
commit
4c9ddf727e
1 changed files with 6 additions and 2 deletions
|
@ -110,7 +110,9 @@ html[data-theme="light"] {
|
||||||
.change-list .usa-table--borderless thead th,
|
.change-list .usa-table--borderless thead th,
|
||||||
.change-list .usa-table thead td,
|
.change-list .usa-table thead td,
|
||||||
.change-list .usa-table thead th,
|
.change-list .usa-table thead th,
|
||||||
body.dashboard {
|
body.dashboard,
|
||||||
|
body.change-list,
|
||||||
|
body.change-form {
|
||||||
color: var(--body-fg);
|
color: var(--body-fg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -122,7 +124,9 @@ html[data-theme="dark"] {
|
||||||
.change-list .usa-table--borderless thead th,
|
.change-list .usa-table--borderless thead th,
|
||||||
.change-list .usa-table thead td,
|
.change-list .usa-table thead td,
|
||||||
.change-list .usa-table thead th,
|
.change-list .usa-table thead th,
|
||||||
body.dashboard {
|
body.dashboard,
|
||||||
|
body.change-list,
|
||||||
|
body.change-form {
|
||||||
color: var(--body-fg);
|
color: var(--body-fg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue