diff --git a/docs/templates/html/partials/scripts.tmpl.partial b/docs/templates/html/partials/scripts.tmpl.partial
new file mode 100644
index 0000000..8f25392
--- /dev/null
+++ b/docs/templates/html/partials/scripts.tmpl.partial
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/templates/html/styles/main.css b/docs/templates/html/styles/main.css
index e359389..0619227 100644
--- a/docs/templates/html/styles/main.css
+++ b/docs/templates/html/styles/main.css
@@ -98,4 +98,20 @@
summary {
display: list-item;
+}
+
+pre:has(> .lang-mermaid) {
+ background-color: transparent;
+}
+
+.lang-mermaid, .label {
+ line-height: unset;
+ font-size: unset;
+ font-weight: unset;
+}
+
+.lang-mermaid, hr {
+ margin-top: unset;
+ margin-bottom: unset;
+ border-color: unset;
}
\ No newline at end of file