Remove color change from button links

This commit is contained in:
Erin 2024-05-24 13:08:05 -07:00
parent 5d438a3b40
commit 05dd313fb1
No known key found for this signature in database
GPG key ID: 1CAD275313C62460

View file

@ -129,7 +129,7 @@ html[data-theme="light"] {
// Sets darker color on delete page links.
// Remove when dark mode successfully applies to Django delete page.
.delete-confirmation .content a {
.delete-confirmation .content a:not(.button) {
color: #005288;
}
}
@ -157,7 +157,7 @@ html[data-theme="dark"] {
}
// Sets darker color on delete page links.
// Remove when dark mode successfully applies to Django delete page.
.delete-confirmation .content a {
.delete-confirmation .content a:not(.button) {
color: #005288;
}
}