Merge pull request #2863 from cisagov/bob/2841-dt-color

#2841: Add specificity to the css selector for dt in dark mode - [BOB]
This commit is contained in:
Rachid Mrad 2024-10-01 18:14:31 -04:00 committed by GitHub
commit 892a3e82dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,8 @@ html[data-theme="light"] {
body.dashboard,
body.change-list,
body.change-form,
.custom-admin-template, dt {
.custom-admin-template,
.dl-dja dt {
color: var(--body-fg);
}
.usa-table td {
@ -155,7 +156,8 @@ html[data-theme="dark"] {
body.dashboard,
body.change-list,
body.change-form,
.custom-admin-template, dt {
.custom-admin-template,
.dl-dja dt {
color: var(--body-fg);
}
.usa-table td {