Initial commit

This commit is contained in:
Erin 2024-05-23 14:30:50 -07:00
parent 9118eacb54
commit 1b764c22ff
No known key found for this signature in database
GPG key ID: 1CAD275313C62460
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -140,3 +140,7 @@ abbr[title] {
.cursor-pointer {
cursor: pointer;
}
#deleted-objects li a:link {
color: #005288
}