Fix anchor color change to not apply to buttons

This commit is contained in:
Joseph Schorr 2014-05-07 16:04:59 -04:00
parent 88ee1f3abe
commit 099d7c56d7

View file

@ -1289,7 +1289,7 @@ i.toggle-icon:hover {
min-height: 440px;
}
.landing a {
.landing a:not(.btn) {
color: #BEE1FF;
}