mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Revert "2106: Fix links text color on Delete page dark mode "
This commit is contained in:
parent
2bfb43ab2d
commit
7030c5bb1e
1 changed files with 1 additions and 12 deletions
|
@ -126,12 +126,6 @@ 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
|
||||||
|
@ -155,11 +149,6 @@ 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