generated from Seekra/repository-template
Use CSS variables in the footer
This commit is contained in:
@@ -24,7 +24,7 @@ const copyrightPeriod =
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: var(--padding-y);
|
padding: var(--padding-y);
|
||||||
background-color: #f2f2f2;
|
background-color: var(--light-d-1);
|
||||||
margin-top: var(--padding-y);
|
margin-top: var(--padding-y);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user