[imp] Issue #1 - Añadí nombres accesibles y mejor contraste para cump...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
slideshowSpeed: 4000,
|
||||
pauseOnHover: true,
|
||||
touch: true,
|
||||
prevText: '<i class="fa fa-chevron-left"></i>',
|
||||
nextText: '<i class="fa fa-chevron-right"></i>',
|
||||
prevText: '<span class="sr-only">Diapositiva anterior</span><i class="fa fa-chevron-left" aria-hidden="true"></i>',
|
||||
nextText: '<span class="sr-only">Diapositiva siguiente</span><i class="fa fa-chevron-right" aria-hidden="true"></i>',
|
||||
controlNav: false,
|
||||
start: function (slider) {
|
||||
slider.removeClass('loading');
|
||||
@@ -46,8 +46,8 @@
|
||||
pauseOnHover: true,
|
||||
pauseOnAction: false,
|
||||
smoothHeight: true,
|
||||
prevText: '<i class="fa fa-chevron-left"></i>',
|
||||
nextText: '<i class="fa fa-chevron-right"></i>',
|
||||
prevText: '<span class="sr-only">Anterior</span><i class="fa fa-chevron-left" aria-hidden="true"></i>',
|
||||
nextText: '<span class="sr-only">Siguiente</span><i class="fa fa-chevron-right" aria-hidden="true"></i>',
|
||||
start: function (slider) {
|
||||
slider.removeClass('loading');
|
||||
}
|
||||
@@ -158,4 +158,4 @@
|
||||
});
|
||||
}
|
||||
|
||||
})(jQuery);
|
||||
})(jQuery);
|
||||
|
||||
Reference in New Issue
Block a user