diff --git a/content/posts/letter.md b/content/posts/letter.md
index 1a9058f..2d686af 100644
--- a/content/posts/letter.md
+++ b/content/posts/letter.md
@@ -22,7 +22,7 @@ We believe that without action on Eelco fundamentally changing his relationship
We are all tired. Everything about dealing with this months-long crisis is burning everyone out. We are sure it is burning you out too. We are writing this because we care about the community, *believe it can change*, and we want structural change so that the community does not imminently collapse. We are sending this to you privately because we want to help you avoid more deeply painful public incidents that *will* happen by inaction.
-The signatories of this document intend to switch to, as well as actively support, any fork efforts for the entire Nix community unless something significantly changes soon. If there is no satisfying progress in action on Eelco's resignation from positions of authority in all parts of the Nix project by **Wednesday May 1, 2024**, we intend for this letter to enter wider circulation.
+The signatories of this document intend to switch to, as well as actively support, any fork efforts for the entire Nix community unless something significantly changes soon. If there is no satisfying progress in action on Eelco's resignation from positions of authority in all parts of the Nix project by **Wednesday May 1, 2024**, we intend to ensure this letter to reaches a wide audience.
# Contents
@@ -401,7 +401,7 @@ This is a present in which people don't have the patience for Eelco to figure ou
The need for reform in terms of listening to the community and making the community safe is existential, or you will not have a community anymore. You may have two, or zero, depending on how you count. The community needs to see visible evidence that change is being worked on with committment and dedication.
-The signatories of this document intend to switch to, as well as actively support, any fork efforts for the entire Nix community unless something significantly changes soon. If there is no satisfying progress in action on Eelco's resignation from positions of authority in all parts of the Nix project by **Wednesday May 1, 2024**, we intend to publish this document as an open letter, alongside any responses.
+The signatories of this document intend to switch to, as well as actively support, any fork efforts for the entire Nix community unless something significantly changes soon. If there is no satisfying progress in action on Eelco's resignation from positions of authority in all parts of the Nix project by **Wednesday May 1, 2024**, we intend to ensure this letter to reaches a wide audience.
It is now up to you to commit to changing.
diff --git a/content/posts/preface.md b/content/posts/preface.md
index bb44acd..e9dce0d 100644
--- a/content/posts/preface.md
+++ b/content/posts/preface.md
@@ -16,3 +16,4 @@ draft: false
> ![editor's signature](/post-media/editor_signature.png)
> -- KA, Editor
+[Already read? Consider adding your signature!](https://github.com/save-nix-together/open-letter/edit/main/content/posts/signatures.md)
diff --git a/themes/hugo-journal/layouts/partials/bottom.html b/themes/hugo-journal/layouts/partials/bottom.html
index a5a02ce..392c4c6 100644
--- a/themes/hugo-journal/layouts/partials/bottom.html
+++ b/themes/hugo-journal/layouts/partials/bottom.html
@@ -4,8 +4,7 @@
- Add a signature.
-
+ Agree with this? Consider adding your signature!
{{ if isset .Site.Params "githubusername" -}}
GitHub
diff --git a/themes/hugo-journal/static/css/highlight.css b/themes/hugo-journal/static/css/highlight.css
index c669dbf..b8cab5f 100644
--- a/themes/hugo-journal/static/css/highlight.css
+++ b/themes/hugo-journal/static/css/highlight.css
@@ -93,3 +93,8 @@ h2 {
div.container {
max-width: 48rem !important;
}
+
+.addSignature {
+ font-size: 1.5rem;
+ color: #517eb7;
+}