mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
Initial commit
This commit is contained in:
parent
9118eacb54
commit
1b764c22ff
2 changed files with 8 additions and 1 deletions
|
@ -105,7 +105,7 @@ html[data-theme="light"] {
|
|||
--close-button-bg: #333333;
|
||||
--close-button-hover-bg: #666666;
|
||||
}
|
||||
|
||||
|
||||
// Dark mode django (bug due to scss cascade) and USWDS tables
|
||||
.change-list .usa-table,
|
||||
.change-list .usa-table--striped tbody tr:nth-child(odd) td,
|
||||
|
@ -126,6 +126,9 @@ html[data-theme="light"] {
|
|||
.usa-table td {
|
||||
background-color: transparent;
|
||||
}
|
||||
// #deleted-objects a {
|
||||
// color: #005288;
|
||||
// }
|
||||
}
|
||||
|
||||
// Firefox needs this to be specifically set
|
||||
|
|
|
@ -140,3 +140,7 @@ abbr[title] {
|
|||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#deleted-objects li a:link {
|
||||
color: #005288
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue