Updated ALL table rows outside header row to use --hairline color

This commit is contained in:
CocoByte 2024-05-28 20:38:50 -06:00
parent 85fe89ad31
commit 29288aca62
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -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);
}