Fix in css links for accesibility

This commit is contained in:
Antonio de la Rosa 2022-08-26 23:55:26 +02:00
parent 0942a6d913
commit 548d72b7b2

View file

@ -287,6 +287,13 @@ article {
} }
#footer_page a {
color: #fbfbfb;
text-decoration: underline;
}
.content_section { .content_section {
background: #fff; background: #fff;