Skip to content

Latest commit

 

History

History
174 lines (113 loc) · 3.62 KB

thank-you.md

File metadata and controls

174 lines (113 loc) · 3.62 KB
layout
~/layouts/ThankYouLayout

Subscription Confirmed

Thank you for subscribing!

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.

Join the Conversation

<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>