mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 22:14:15 +02:00
merge main
This commit is contained in:
commit
8447d92af4
1 changed files with 12 additions and 0 deletions
|
@ -126,6 +126,12 @@ html[data-theme="light"] {
|
||||||
.usa-table td {
|
.usa-table td {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Sets darker color on delete page links.
|
||||||
|
// Remove when dark mode successfully applies to Django delete page.
|
||||||
|
.delete-confirmation .content a:not(.button) {
|
||||||
|
color: #005288;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Firefox needs this to be specifically set
|
// Firefox needs this to be specifically set
|
||||||
|
@ -149,6 +155,12 @@ html[data-theme="dark"] {
|
||||||
.usa-table td {
|
.usa-table td {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Sets darker color on delete page links.
|
||||||
|
// Remove when dark mode successfully applies to Django delete page.
|
||||||
|
.delete-confirmation .content a:not(.button) {
|
||||||
|
color: #005288;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#branding h1 a:link, #branding h1 a:visited {
|
#branding h1 a:link, #branding h1 a:visited {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue