mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-15 15:35:14 +02:00
Update link color on delete page links
This commit is contained in:
parent
1b764c22ff
commit
5d438a3b40
1 changed files with 11 additions and 3 deletions
|
@ -126,9 +126,12 @@ html[data-theme="light"] {
|
||||||
.usa-table td {
|
.usa-table td {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
// #deleted-objects a {
|
|
||||||
// color: #005288;
|
// Sets darker color on delete page links.
|
||||||
// }
|
// Remove when dark mode successfully applies to Django delete page.
|
||||||
|
.delete-confirmation .content a {
|
||||||
|
color: #005288;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Firefox needs this to be specifically set
|
// Firefox needs this to be specifically set
|
||||||
|
@ -152,6 +155,11 @@ html[data-theme="dark"] {
|
||||||
.usa-table td {
|
.usa-table td {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
// Sets darker color on delete page links.
|
||||||
|
// Remove when dark mode successfully applies to Django delete page.
|
||||||
|
.delete-confirmation .content a {
|
||||||
|
color: #005288;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#branding h1 a:link, #branding h1 a:visited {
|
#branding h1 a:link, #branding h1 a:visited {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue