mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 13:09:41 +02:00
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:
commit
892a3e82dd
1 changed files with 4 additions and 2 deletions
|
@ -126,7 +126,8 @@ html[data-theme="light"] {
|
||||||
body.dashboard,
|
body.dashboard,
|
||||||
body.change-list,
|
body.change-list,
|
||||||
body.change-form,
|
body.change-form,
|
||||||
.custom-admin-template, dt {
|
.custom-admin-template,
|
||||||
|
.dl-dja dt {
|
||||||
color: var(--body-fg);
|
color: var(--body-fg);
|
||||||
}
|
}
|
||||||
.usa-table td {
|
.usa-table td {
|
||||||
|
@ -155,7 +156,8 @@ html[data-theme="dark"] {
|
||||||
body.dashboard,
|
body.dashboard,
|
||||||
body.change-list,
|
body.change-list,
|
||||||
body.change-form,
|
body.change-form,
|
||||||
.custom-admin-template, dt {
|
.custom-admin-template,
|
||||||
|
.dl-dja dt {
|
||||||
color: var(--body-fg);
|
color: var(--body-fg);
|
||||||
}
|
}
|
||||||
.usa-table td {
|
.usa-table td {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue