Fixed colors of "big button" links

This commit is contained in:
Marcin Kurczewski 2014-09-18 17:57:16 +02:00
parent fe8cf5222f
commit 8f7985bd83
2 changed files with 3 additions and 1 deletions

View file

@ -44,6 +44,9 @@ hr {
box-sizing: content-box; box-sizing: content-box;
} }
.big-button {
color: #aaa;
}
.big-button.active { .big-button.active {
background: #f7fbfc; background: #f7fbfc;
color: #8ba !important; color: #8ba !important;

View file

@ -17,7 +17,6 @@
text-transform: lowercase; text-transform: lowercase;
font-variant: small-caps; font-variant: small-caps;
padding: 0.5em 1em; padding: 0.5em 1em;
color: #aaa;
font-size: 15px; font-size: 15px;
} }