Change Colors of Footer

This commit is contained in:
2026-05-19 19:07:24 +02:00
parent 5b8c13c8cf
commit d8a4c0023b
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ const copyrightPeriod =
display: flex;
justify-content: center;
padding: var(--padding-y);
background-color: var(--light-d-1);
margin-top: var(--padding-y);
background-color: var(--light-bg);
}
</style>