]> danix's work - danix.xyz-2.git/commit
fix: code block copy icon, light theme bg, horizontal scroll
authorDanilo M. <redacted>
Sat, 18 Apr 2026 17:27:34 +0000 (19:27 +0200)
committerDanilo M. <redacted>
Sat, 18 Apr 2026 17:27:34 +0000 (19:27 +0200)
commit4562b92498bd794da4058a87c0c5cbb0d048f047
tree08cf251868c760e6d5144ae3a0351e0320b3568f
parent17048ab79312f1752a296ab150984a4ef30aed5c
fix: code block copy icon, light theme bg, horizontal scroll

- Use .icon-copy/.icon-check classes on <i> tags so Feather preserves them on generated <svg>; 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 <redacted>
themes/danix-xyz-hacker/assets/css/chroma-custom.css
themes/danix-xyz-hacker/assets/js/code-copy.js
themes/danix-xyz-hacker/layouts/_default/_markup/render-codeblock.html