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

@ -126,6 +126,9 @@ html[data-theme="light"] {
.usa-table td { .usa-table td {
background-color: transparent; background-color: transparent;
} }
// #deleted-objects a {
// color: #005288;
// }
} }
// Firefox needs this to be specifically set // Firefox needs this to be specifically set

View file

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