merge main

This commit is contained in:
Rachid Mrad 2024-06-03 12:08:48 -04:00
commit 8447d92af4
No known key found for this signature in database

View file

@ -126,6 +126,12 @@ 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
@ -149,6 +155,12 @@ 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 {