Fix anchor color change to not apply to buttons
This commit is contained in:
parent
88ee1f3abe
commit
099d7c56d7
1 changed files with 1 additions and 1 deletions
|
@ -1289,7 +1289,7 @@ i.toggle-icon:hover {
|
|||
min-height: 440px;
|
||||
}
|
||||
|
||||
.landing a {
|
||||
.landing a:not(.btn) {
|
||||
color: #BEE1FF;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue