diff --git a/common/common.scss b/common/common.scss index b37933b..3f5a19e 100644 --- a/common/common.scss +++ b/common/common.scss @@ -36,6 +36,7 @@ } + /* Alert banner */ .alert.alert-info { @@ -53,6 +54,7 @@ } + /* Circles for Badge Bullets */ .badge-wrapper.bullet .badge-category::before, // badges in category list @@ -100,6 +102,8 @@ border-radius: var(--theme-radius); } + + /* Topics and Posts */ .topic-map { @@ -148,3 +152,10 @@ // No max height for code snippets max-height: none; } + + + +/* Hide Sign-Up button (login button has same functionality) */ +.header-buttons > .sign-up-button { + display: none; +}