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

View File

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