From 4562b92498bd794da4058a87c0c5cbb0d048f047 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 18 Apr 2026 19:27:34 +0200 Subject: fix: code block copy icon, light theme bg, horizontal scroll - Use .icon-copy/.icon-check classes on tags so Feather preserves them on generated ; fixes copy button not swapping to checkmark - Add .chroma to light theme background override so #eff1f5 applies correctly - Change .chroma overflow: hidden to overflow-x: auto to restore horizontal scrolling for long code lines Co-Authored-By: Claude Haiku 4.5 --- .../danix-xyz-hacker/layouts/_default/_markup/render-codeblock.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/danix-xyz-hacker/layouts/_default') diff --git a/themes/danix-xyz-hacker/layouts/_default/_markup/render-codeblock.html b/themes/danix-xyz-hacker/layouts/_default/_markup/render-codeblock.html index 813c389..2b48840 100644 --- a/themes/danix-xyz-hacker/layouts/_default/_markup/render-codeblock.html +++ b/themes/danix-xyz-hacker/layouts/_default/_markup/render-codeblock.html @@ -11,8 +11,8 @@
-- cgit v1.2.3