Accessibility improvment: better orange text color contrast

This commit is contained in:
Lucas Cimon 2017-11-29 18:38:07 +01:00
parent 007ca25c47
commit 6d5ee4ac14
No known key found for this signature in database
GPG Key ID: 08DA831E717571EE
1 changed files with 5 additions and 5 deletions

View File

@ -177,16 +177,16 @@ a {
.mg-feed {
color: #bf4d00; }
.mg-feed:hover {
color: #FF6600; }
color: #D14905; }
.mg-tags {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-align: right; }
.mg-tag {
margin: 0 .5rem;
color: #FF6600; }
color: #D14905; }
.mg-tag:hover {
color: #FF6600; }
color: #D14905; }
.mg-tag > .uk-icon-tag {
display: inline; /* so that the icon stick with the tag label */
margin-right: .2rem; }
@ -214,7 +214,7 @@ a {
.mg-icons-small .uk-icon-rss {
color: white;
background-color: #FF6600; }
background-color: #D14905; }
.mg-icons-small .uk-icon-twitter {
background-color: #00B0ED; }
.mg-icons-small .uk-icon-facebook {
@ -297,7 +297,7 @@ a {
font-size: 300%; }
.mg-cloud-tag-badge {
color: #FF6600; }
color: #D14905; }
.mg-fadeable {