Skip to content

Commit

Permalink
add specificity to the css selector for dt in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rachidatecs committed Sep 27, 2024
1 parent 65174df commit 9a5eeec
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 9a5eeec

Please sign in to comment.