[imp] Issue #1 - Añadí nombres accesibles y mejor contraste para cump...

This commit is contained in:
2025-11-17 17:47:57 +00:00
parent aff454b842
commit c4f52581a5
23 changed files with 67 additions and 32 deletions

View File

@@ -87,7 +87,7 @@ body {
font-size: 1.5rem;
font-weight: normal;
line-height: 1.8;
color: #7d98ad;
color: #2f3d4a;
background-color: #fff;
}
@@ -106,6 +106,18 @@ h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.5rem;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
p {
margin-top: 0;
margin-bottom: 1rem;
@@ -6996,6 +7008,19 @@ a img.aligncenter {
.home-slider .flex-direction-nav a.flex-next .fa:before {
right: -0.3rem;
}
.home-slider .flex-direction-nav a {
background-color: rgba(0, 0, 0, 0.65);
color: #fff;
border-radius: 50%;
opacity: 0.95;
}
.home-slider .flex-direction-nav a:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.home-slider .flex-direction-nav a:focus {
outline: 2px solid #fff;
outline-offset: 2px;
}
.home-slider .flex-control-nav {
bottom: 1.3rem;
z-index: 500;
@@ -7113,6 +7138,16 @@ a img.aligncenter {
width: 39%;
}
}
.home-slider-content {
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
padding: 2rem;
border-radius: 0.6rem;
}
.home-slider-content .home-slider-description,
.home-slider-title {
color: #fff;
}
.home-slider-title {
margin-bottom: 1.4rem;
font-size: 2.8rem;
@@ -10359,4 +10394,4 @@ legend {
.woocommerce .widget_top_rated_products .star-rating,
.woocommerce .widget_recent_reviews .star-rating {
font-size: 12px;
}
}