From a6f836796891783e6bbb26aed38ccd4360df919d Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 28 May 2025 15:11:25 +0200 Subject: [PATCH] fix: increase codeblock title contrast (#22713) --- layouts/_default/_markup/render-codeblock.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/_default/_markup/render-codeblock.html b/layouts/_default/_markup/render-codeblock.html index 6ad360ef6e..e00638f944 100644 --- a/layouts/_default/_markup/render-codeblock.html +++ b/layouts/_default/_markup/render-codeblock.html @@ -1,6 +1,8 @@
{{ with .Attributes.title }} -
+
{{ . }}
{{ end }}