From b3bfa4a8f6e1e86c109653a4450aaa057a0d3f8f Mon Sep 17 00:00:00 2001 From: Kasper Nissen Date: Wed, 10 Apr 2024 09:45:18 +0200 Subject: [PATCH] Change slack invitation to be a link instead of a form --- assets/scss/custom/_style.scss | 21 +++++++++++++++++++ layouts/partials/slack.html | 38 ++++------------------------------ 2 files changed, 25 insertions(+), 34 deletions(-) diff --git a/assets/scss/custom/_style.scss b/assets/scss/custom/_style.scss index ef1473a..d87c414 100644 --- a/assets/scss/custom/_style.scss +++ b/assets/scss/custom/_style.scss @@ -137,4 +137,25 @@ footer { .google { max-width: 2.6rem; } +} + +.slack { + a:link { + color: $blue; + text-decoration: underline; + } + + a:visited { + color: $pink; + text-decoration: underline; + } + + a:hover { + color: $grey; + text-decoration: underline; + } + a:active { + color: $blue; + text-decoration: underline; + } } \ No newline at end of file diff --git a/layouts/partials/slack.html b/layouts/partials/slack.html index c82985b..9ce2940 100644 --- a/layouts/partials/slack.html +++ b/layouts/partials/slack.html @@ -1,39 +1,9 @@ -
+
-
-

Join our Slack community

-
-
-
-
- -
- -
-
-
-
-

+
+

Join our Slack community by following this link

-
- \ No newline at end of file +
\ No newline at end of file