Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RWD: enhanced contrast on a few colors to fix accessibility issues #3911

Merged
merged 2 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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