layout |
---|
~/layouts/ThankYouLayout |
You've been added to our mailing list and will now be among the first to hear about new updates. We hope you enjoy being part of our Secret Network.
<style lang="scss"> .join { padding-top: rem(83px); } .community-card { &:hover { &.forum { background-color: $primary-orange-color; } &.discord { background-color: #7289DA; } &.telegram { background-color: #0085D3; } &.twitter { background-color: #1DA1F2; } &.youtube { background-color: #F00; } &.github { background-color: #24292E; } @include theme(dark dark-colored) { .community-card__icon { .themed-image { img { filter: invert(0); } } } } @include theme(light light-colored) { .community-card__icon { .themed-image { img { filter: invert(1); } } } } .community-card__name { h4 { color: white; } } } } </style>