Skip to content

Commit

Permalink
Merge pull request #109 from misd-service-development/accessibility
Browse files Browse the repository at this point in the history
minor tweaks to colours to meet AA accessibility standard
  • Loading branch information
JeebsUK authored Mar 4, 2019
2 parents 1e88641 + d55fdbe commit 87002e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css/drupal.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
}

.campl-aggregator-item .campl-datestamp {
color: #777777;
color: #717171;
font-style: italic;
font-size: 14px;
}
8 changes: 4 additions & 4 deletions css/full-stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ body, label, input, button, select, textarea{font-size: 12px;font-weight: normal
/* special text treatments */
.campl-highlight{color:#fff;background:#55a51c;text-transform:uppercase;font-size:11px;font-weight:bold;padding:1px 3px;margin-top:-15px;display:inline-block;margin-bottom:10px}
.campl-highlight-alert{color:#fff;background:#ea7125;text-transform:uppercase;font-size:11px;font-weight:bold;padding:1px 3px;margin-top:-15px;display:inline-block;margin-bottom:10px}
.campl-news-listing .campl-datestamp{color:#777777;background:none;font-weight:normal;font-style:italic;font-size:14px}
.campl-news-listing .campl-datestamp{color:#717171;background:none;font-weight:normal;font-style:italic;font-size:14px}
.campl-highlight-date{text-transform:uppercase;}
.campl-highlight-day{line-height:30px}
.campl-search-term{background:#fff79f;padding:0 3px;display:inline-block}
Expand Down Expand Up @@ -248,7 +248,7 @@ a:active { color: #0072cf; text-decoration:none;border-bottom:0}
a.campl-external{background: url("../images/interface/icon-external-link.png") no-repeat 100% 4px; padding-right:15px;}

/* Load More */
.campl-load-more-btn{background:#f3f3f3;border:1px solid #cdcdcd;margin-bottom:60px;text-align:center;display:block;padding:10px;}
.campl-load-more-btn{background:#f6f6f6;border:1px solid #cdcdcd;margin-bottom:60px;text-align:center;display:block;padding:10px;}
.campl-load-more-btn:link, .campl-load-more-btn:focus, .campl-load-more-btn:hover, .campl-load-more-btn:visited{border:1px solid #cdcdcd;}

/* focus links */
Expand Down Expand Up @@ -964,7 +964,7 @@ caption{background:#fff;padding:5px 0}

.js .campl-event-dates{display:none}
.dp_highlighted a{display:block;position:relative;}
.campl-event-indicator{width:5px;height:5px;position:absolute;bottom:-4px;left:-2px;display:block;background:#f3f3f3}
.campl-event-indicator{width:5px;height:5px;position:absolute;bottom:-4px;left:-2px;display:block;background:#f6f6f6}

/* Tabs and pills */
.campl-nav {margin-left: 0;margin-bottom: 20px;list-style: none;}
Expand Down Expand Up @@ -2474,7 +2474,7 @@ th.campl-alt{background:#fff;color:#28828a}

.campl-global-footer{color:#fff}
.campl-content{background:#fff}
.campl-secondary-content{background:#f3f3f3}
.campl-secondary-content{background:#f6f6f6}

.campl-homepage-carousel .campl-carousel-control-btn, .campl-paging-btn{background:#171717}
.campl-homepage-carousel .campl-carousel-control-btn:hover{background:#000}
Expand Down

0 comments on commit 87002e3

Please sign in to comment.