summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNina Siessegger <n.siessegger@zeromail.org>2020-01-15 19:48:55 +0100
committerNina Siessegger <n.siessegger@zeromail.org>2020-01-15 19:48:55 +0100
commit5f2b1a0d31f26d1d2a169dda749d0ecd79194ce7 (patch)
treeecc2170d301e230034874781280c1168ec91b1af
parentc891850ff36c5236ac702fbdbce223ffd6652e87 (diff)
Style participate box
-rw-r--r--_includes/participate.md5
-rw-r--r--assets/css/styles.scss19
2 files changed, 23 insertions, 1 deletions
diff --git a/_includes/participate.md b/_includes/participate.md
index d952066..18589a7 100644
--- a/_includes/participate.md
+++ b/_includes/participate.md
@@ -1,4 +1,7 @@
-### Participate
+{::options parse_block_html="true" /}
+
+<div class="participate">
To **participate** in the development use the [issue tracker](https://0xacab.org/schleuder/{{ include.project }}/issues). Please take note of our [Code of Conduct]({{ "CODE_OF_CONDUCT.html" | absolute_url }}).
+</div>
diff --git a/assets/css/styles.scss b/assets/css/styles.scss
index d44cdba..4218c18 100644
--- a/assets/css/styles.scss
+++ b/assets/css/styles.scss
@@ -122,4 +122,23 @@ a.navbar-item.is-active,
background-image: none;
text-decoration: underline !important;
font-weight: bold;
+}
+
+.participate {
+ background-color: $green-light;
+ color: black;
+ border: none;
+ border-radius: 0;
+ text-align: center;
+ font-family: $family-monospace;
+ padding: 1rem;
+ a {
+ text-decoration: underline !important;
+ background-image: none;
+ font-weight: bold;
+ }
+}
+
+.docs .participate {
+ margin-top: 4rem;
} \ No newline at end of file