mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 21:19:42 +02:00
Initial commit
This commit is contained in:
parent
9118eacb54
commit
1b764c22ff
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -140,3 +140,7 @@ abbr[title] {
|
||||||
.cursor-pointer {
|
.cursor-pointer {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#deleted-objects li a:link {
|
||||||
|
color: #005288
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue