diff --git a/styles/sass/style.scss b/styles/sass/style.scss index 63c91d7..fd6da3f 100644 --- a/styles/sass/style.scss +++ b/styles/sass/style.scss @@ -175,7 +175,7 @@ a { padding: 0.25em 0.5em 0.25em 0.5em; border-radius: 2px; - &:disabled { + &:disabled, &.disabled { background: gray; } } @@ -205,4 +205,12 @@ a { .icon { height: 1.5em; vertical-align: middle; +} + +h1 { + text-align: center; + + &:first-child { + margin-top: 0; + } } \ No newline at end of file diff --git a/templates/modal.html.tera b/templates/modal.html.tera index a73458e..7e5d0cc 100644 --- a/templates/modal.html.tera +++ b/templates/modal.html.tera @@ -4,13 +4,20 @@

In order to participate in challenges, you must be a member of a participating Discord server.

Join a participating server

+
+

Participating servers

+
{% for guild in settings.guilds %} {% if guild.hidden or not guild.invite %}{% continue %}{% endif %}