kolibri_blog/src/styles/footer.css
guamss a0b6de73c5
All checks were successful
Déploiement Docker Vite / deploy (push) Successful in 7m1s
fix: accesibility fix
2026-09-14 18:04:37 +02:00

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;
}
}