Fixed colors of "big button" links
This commit is contained in:
parent
fe8cf5222f
commit
8f7985bd83
2 changed files with 3 additions and 1 deletions
|
@ -44,6 +44,9 @@ hr {
|
|||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.big-button {
|
||||
color: #aaa;
|
||||
}
|
||||
.big-button.active {
|
||||
background: #f7fbfc;
|
||||
color: #8ba !important;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
text-transform: lowercase;
|
||||
font-variant: small-caps;
|
||||
padding: 0.5em 1em;
|
||||
color: #aaa;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue