Footer css fix

This commit is contained in:
2026-04-02 20:51:48 -05:00
parent 94a90178e2
commit 7ee1e3fe39

View File

@@ -13982,8 +13982,9 @@ meter {
.footer {
margin-top: 1em;
color: var(--body-color, #e6ebf1);
color: var(--body-bg, #e6ebf1);
background-color: var(--nav-bg-color);
padding-left: 100px;
}
.footer .grid-child {