diff --git a/output/style.css b/output/style.css
index c74355e..90b79af 100644
--- a/output/style.css
+++ b/output/style.css
@@ -2,6 +2,16 @@ h1 {
margin-top: var(--pico-spacing);
}
+mark {
+ --pico-mark-gradient: linear-gradient(270deg, #08AEEA 0%, #2AF598 100%);
+
+ padding: 0;
+ background: var(--pico-mark-gradient);
+ -webkit-background-clip: text;
+ background-clip: text;
+ color: transparent;
+}
+
h2,
h3,
h4,
diff --git a/templates/law.html b/templates/law.html
index d970d2f..9187ece 100644
--- a/templates/law.html
+++ b/templates/law.html
@@ -17,7 +17,7 @@
- {{title}}
+ {{title}}
{{content}}
diff --git a/templates/style.css b/templates/style.css
index c74355e..90b79af 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -2,6 +2,16 @@ h1 {
margin-top: var(--pico-spacing);
}
+mark {
+ --pico-mark-gradient: linear-gradient(270deg, #08AEEA 0%, #2AF598 100%);
+
+ padding: 0;
+ background: var(--pico-mark-gradient);
+ -webkit-background-clip: text;
+ background-clip: text;
+ color: transparent;
+}
+
h2,
h3,
h4,