aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/jargon.html.tmpl
diff options
context:
space:
mode:
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>