Use no-css class on page footer hr tag

This commit is contained in:
2025-08-03 22:45:01 -04:00
parent 90710665c9
commit c742794f15
2 changed files with 1 additions and 6 deletions

View File

@@ -134,11 +134,6 @@ body > footer {
text-align: center;
line-height: 1.25;
}
body > footer hr:first-child {
display: none;
margin: 0;
padding: 0;
}
body > footer a {
color: var(--link-secondary);
}