mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
Remove color change from button links
This commit is contained in:
parent
5d438a3b40
commit
05dd313fb1
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ html[data-theme="light"] {
|
||||||
|
|
||||||
// Sets darker color on delete page links.
|
// Sets darker color on delete page links.
|
||||||
// Remove when dark mode successfully applies to Django delete page.
|
// Remove when dark mode successfully applies to Django delete page.
|
||||||
.delete-confirmation .content a {
|
.delete-confirmation .content a:not(.button) {
|
||||||
color: #005288;
|
color: #005288;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -157,7 +157,7 @@ html[data-theme="dark"] {
|
||||||
}
|
}
|
||||||
// Sets darker color on delete page links.
|
// Sets darker color on delete page links.
|
||||||
// Remove when dark mode successfully applies to Django delete page.
|
// Remove when dark mode successfully applies to Django delete page.
|
||||||
.delete-confirmation .content a {
|
.delete-confirmation .content a:not(.button) {
|
||||||
color: #005288;
|
color: #005288;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue