Compile CSS

This commit is contained in:
benjamin melançon 2025-09-24 21:19:11 -04:00
parent c6e4120202
commit 0f9e98be8a

View file

@ -7261,17 +7261,17 @@ p label {
p label::after {
content: ':'; }
.content a {
a {
font-weight: bold;
padding: 0.25em;
margin: -0.25em; }
.content a:hover {
a:hover {
color: #FFFFFF;
background-color: #26599B; }
.content a:focus {
a:focus {
color: #FFFFFF;
background-color: #26599B; }
.content a:active {
a:active {
color: #CBC219;
background-color: #26599B; }
@ -8528,7 +8528,8 @@ ul.slick-dots {
color: currentColor; }
.footer a:hover {
color: #26599B;
text-decoration: underline; }
text-decoration: underline;
background-color: transparent; }
.footer .container {
padding-top: 3em; }
.footer .footer-logo .icon {