Skip to content

Commit

Permalink
Merge pull request #2863 from cisagov/bob/2841-dt-color
Browse files Browse the repository at this point in the history
#2841: Add specificity to the css selector for dt in dark mode - [BOB]
  • Loading branch information
rachidatecs authored Oct 1, 2024
2 parents d73d611 + 9a5eeec commit 892a3e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/registrar/assets/sass/_theme/_admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 892a3e8

Please sign in to comment.