This commit is contained in:
parent
0e4db025bf
commit
acf3832283
3 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#site-footer {
|
#site-footer {
|
||||||
background-color: black;
|
background-color: var(--color-txt);
|
||||||
|
color: var(--color-bg);
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: calc(var(--padding-body)*-1);
|
left: calc(var(--padding-body)*-1);
|
||||||
|
|
|
||||||
|
|
@ -596,7 +596,8 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-footer {
|
#site-footer {
|
||||||
background-color: black;
|
background-color: var(--color-txt);
|
||||||
|
color: var(--color-bg);
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: calc(var(--padding-body) * -1);
|
left: calc(var(--padding-body) * -1);
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue