FF darkmode fix

This commit is contained in:
rachidatecs 2023-08-09 14:22:15 -04:00
parent c49be334e1
commit 8f2b7b7983
No known key found for this signature in database
GPG key ID: 3CEBBFA7325E5525

View file

@ -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);
}