diff --git a/common/common.scss b/common/common.scss index 79b2da5..c20926d 100644 --- a/common/common.scss +++ b/common/common.scss @@ -30,10 +30,17 @@ &--cta { margin-top: 2rem; - + &__signup { margin-bottom: 1rem; } + + &__login { + #cta-login-link { + background: transparent; + color: var(--primary-high); + } + } } } diff --git a/javascripts/discourse/templates/components/topic-in-gated-category.hbs b/javascripts/discourse/templates/components/topic-in-gated-category.hbs index 6b7882f..593b818 100644 --- a/javascripts/discourse/templates/components/topic-in-gated-category.hbs +++ b/javascripts/discourse/templates/components/topic-in-gated-category.hbs @@ -2,18 +2,18 @@
- {{theme-setting "subheading_text"}} + {{theme-i18n "subheading_text"}}