footer color
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
Julie Blanc 2026-02-16 17:40:03 +01:00
parent 0e4db025bf
commit acf3832283
3 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,6 @@
#site-footer {
background-color: black;
background-color: var(--color-txt);
color: var(--color-bg);
width: 100vw;
position: relative;
left: calc(var(--padding-body)*-1);

View file

@ -596,7 +596,8 @@ main {
}
#site-footer {
background-color: black;
background-color: var(--color-txt);
color: var(--color-bg);
width: 100vw;
position: relative;
left: calc(var(--padding-body) * -1);

File diff suppressed because one or more lines are too long