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