Merge pull request #2244 from cisagov/revert-2216-es/2106-darkmode-link-contrast

Revert "2106: Fix links text color on Delete page dark mode "
This commit is contained in:
Erin Song 2024-05-31 10:05:59 -07:00 committed by GitHub
commit 79ebbd943c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,12 +126,6 @@ html[data-theme="light"] {
.usa-table td {
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
@ -155,11 +149,6 @@ html[data-theme="dark"] {
.usa-table td {
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 {