aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/jargon.html.tmpl
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-04 01:23:32 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-04 01:23:32 +0200
commitd838cee9cb536049119a22e805746d958628387d (patch)
tree44dfe9c5c27b1993401e3b81e6d14e24e224a7ae /src/templates/jargon.html.tmpl
parent4230f1c26beed64d84e9a14c0bb0a6cf4c5bfc8a (diff)
Big changes to everything
Diffstat (limited to 'src/templates/jargon.html.tmpl')
-rw-r--r--src/templates/jargon.html.tmpl11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/templates/jargon.html.tmpl b/src/templates/jargon.html.tmpl
index f73ed5f..593a169 100644
--- a/src/templates/jargon.html.tmpl
+++ b/src/templates/jargon.html.tmpl
@@ -1,13 +1,20 @@
{{ define "header" }}
{{ template "header-navbar" . }}
+
+<style>
+ dt > a:target {
+ background-color: var(--pico-mark-background-color);
+ }
+</style>
{{ end }}
+
{{ define "content" }}
-<header>
+<header class="container">
{{ template "navbar" . }}
<h1>{{ .Get "Euro Cash Jargon" }}</h1>
</header>
-<main>
+<main class="container">
<p>
{{ .Get "Both on this website and in other related forums you will come across many terms that you may not be familiar with. This page will hopefully get you up to speed with the most important and frequently-used terminology." }}
</p>