All checks were successful
Déploiement Docker Vite / deploy (push) Successful in 7m1s
23 lines
454 B
CSS
23 lines
454 B
CSS
@import "../styles/global.css";
|
|
|
|
footer {
|
|
text-align: center;
|
|
width: 98%;
|
|
padding: 2rem 0 2rem 0;
|
|
margin: 2rem;
|
|
border-top: 2px solid
|
|
light-dark(
|
|
var(--secondary-light-background-color),
|
|
var(--secondary-dark-background-color)
|
|
);
|
|
background-color: light-dark(
|
|
var(--primary-light-background-color),
|
|
var(--primary-dark-background-color)
|
|
);
|
|
|
|
> p > a {
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|
|
}
|