Skip to content

Commit

Permalink
RWD: enhanced contrast on a few colors to fix accessibility issues (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored Mar 28, 2024
1 parent bd71bce commit 79a75fc
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 110 deletions.
8 changes: 4 additions & 4 deletions skin/frontend/rwd/default/css/madisonisland.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ body .promos > li {
.cms-index-index h2.subtitle {
padding: 6px 0;
text-align: center;
color: #3399cc;
color: #0472ad;
font-weight: 600;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
Expand Down Expand Up @@ -216,7 +216,7 @@ body .promos > li {
}

.catblocks li:hover {
border-color: #3399cc;
border-color: #0472ad;
}

@media only screen and (max-width: 770px) {
Expand Down Expand Up @@ -285,7 +285,7 @@ body .promos > li {
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
color: #3399CC;
color: #0472ad;
font-size: 50px;
font-weight: 800;
padding: 0 0 0 8px;
Expand Down Expand Up @@ -314,7 +314,7 @@ body .promos > li {

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
color: #3399CC;
color: #0472ad;
font-size: 50px;
font-weight: 800;
padding: 0 0 0 8px;
Expand Down
Loading

0 comments on commit 79a75fc

Please sign in to comment.