From f1495287618e0a3af997b0c3d74a03d4481619e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nils=20m=C3=A5s=C3=A9n?= Date: Mon, 2 Oct 2023 18:35:51 +0200 Subject: [PATCH] fix non-output messages and linking --- docs/template-preview.md | 56 ++++++++++++++++++++++------ pkg/notifications/preview/tplprev.go | 4 +- 2 files changed, 46 insertions(+), 14 deletions(-) diff --git a/docs/template-preview.md b/docs/template-preview.md index 3ae4321..3d99ce9 100644 --- a/docs/template-preview.md +++ b/docs/template-preview.md @@ -40,7 +40,7 @@ } #tplprev button { border-radius: 0.1rem; - color: var(--md-typeset-color); + color: var(--md-primary-bg-color); background-color: var(--md-primary-fg-color); flex:1; min-width: 12ch; @@ -78,6 +78,8 @@ flex:1; width:100% } + #result b {color: var(--md-code-hl-special-color)} + #result i {color: var(--md-code-hl-keyword-color)} #tplprev .loading { position: absolute; inset: 0; @@ -90,12 +92,14 @@ -
+
loading wasm...
-