mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Updated ALL table rows outside header row to use --hairline color
This commit is contained in:
parent
85fe89ad31
commit
29288aca62
1 changed files with 4 additions and 0 deletions
|
@ -151,6 +151,10 @@ html[data-theme="dark"] {
|
|||
}
|
||||
}
|
||||
|
||||
.usa-table td {
|
||||
border-bottom: 1px solid var(--hairline-color);
|
||||
}
|
||||
|
||||
#branding h1 a:link, #branding h1 a:visited {
|
||||
color: var(--primary-fg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue