merge main

This commit is contained in:
Rachid Mrad 2024-05-31 16:01:45 -04:00
commit 2718c62d20
No known key found for this signature in database

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 {