mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
FF darkmode fix
This commit is contained in:
parent
c49be334e1
commit
8f2b7b7983
1 changed files with 9 additions and 0 deletions
|
@ -112,6 +112,15 @@ html[data-theme="light"] {
|
|||
}
|
||||
}
|
||||
|
||||
// FF needs this to be specifically set
|
||||
html[data-theme="dark"] {
|
||||
body,
|
||||
.change-list .usa-table,
|
||||
.change-list .usa-table--striped tbody tr:nth-child(odd) td {
|
||||
color: var(--body-fg)!important;
|
||||
}
|
||||
}
|
||||
|
||||
#branding h1 a:link, #branding h1 a:visited {
|
||||
color: var(--primary-fg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue