diff --git a/tunictracker/tracker/templates/tracker/howto/index.html b/tunictracker/tracker/templates/tracker/howto/index.html
index 75778bc..56be0d4 100644
--- a/tunictracker/tracker/templates/tracker/howto/index.html
+++ b/tunictracker/tracker/templates/tracker/howto/index.html
@@ -4,7 +4,7 @@
Setup
-
- Download the latest release at https://github.com/spaceglace/TunicTransitionTracker/releases for your OS.
+ Download the latest release at https://github.com/spaceglace/TunicTransitionTracker/releases for your OS.
- Run the program you just downloaded.
-
diff --git a/tunictracker/tracker/templates/tracker/index.html b/tunictracker/tracker/templates/tracker/index.html
index d3e5d88..31fa58c 100644
--- a/tunictracker/tracker/templates/tracker/index.html
+++ b/tunictracker/tracker/templates/tracker/index.html
@@ -102,5 +102,6 @@
{% endfor %}
+ {% include "tracker/src/index.html" with tracker_fe_link="https://gitea.werefox.cafe/ada/tunic-tracker-redux" tracker_be_link="https://github.com/spaceglace/TunicTransitionTracker" %}
{% endblock content %}
diff --git a/tunictracker/tracker/templates/tracker/src/index.html b/tunictracker/tracker/templates/tracker/src/index.html
new file mode 100644
index 0000000..e001aff
--- /dev/null
+++ b/tunictracker/tracker/templates/tracker/src/index.html
@@ -0,0 +1,4 @@
+
diff --git a/tunictracker/werefoxtheme/static_src/tailwind.config.js b/tunictracker/werefoxtheme/static_src/tailwind.config.js
index c1dd858..717c7e3 100644
--- a/tunictracker/werefoxtheme/static_src/tailwind.config.js
+++ b/tunictracker/werefoxtheme/static_src/tailwind.config.js
@@ -68,6 +68,7 @@ module.exports = {
DEFAULT: "#26638c",
dark: "#1b4764",
},
+ link: "hsl(203.91, 56.64%, 75%)",
},
"trans-pride": {
cyan: {