mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
Fix body.dashboard color in dark mode (affects Recent Actions panel in admin index)
This commit is contained in:
parent
ec7f70e8ae
commit
14e3548f81
1 changed files with 4 additions and 2 deletions
|
@ -109,7 +109,8 @@ html[data-theme="light"] {
|
|||
.change-list .usa-table--striped tbody tr:nth-child(odd) td,
|
||||
.change-list .usa-table--borderless thead th,
|
||||
.change-list .usa-table thead td,
|
||||
.change-list .usa-table thead th {
|
||||
.change-list .usa-table thead th,
|
||||
body.dashboard {
|
||||
color: var(--body-fg);
|
||||
}
|
||||
}
|
||||
|
@ -120,7 +121,8 @@ html[data-theme="dark"] {
|
|||
.change-list .usa-table--striped tbody tr:nth-child(odd) td,
|
||||
.change-list .usa-table--borderless thead th,
|
||||
.change-list .usa-table thead td,
|
||||
.change-list .usa-table thead th {
|
||||
.change-list .usa-table thead th,
|
||||
body.dashboard {
|
||||
color: var(--body-fg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue