rust-lang/blog.rust-lang.org

Unhighlighted portions of code in code blocks blend into the background

PatchMixolydic opened this issue · 3 comments

Rust blog:
There is a code block for an installation command, but nothing appears inside of it.

Highlighting the code block reveals that the command is there, but invisible.

Inside Rust blog:
A code example from Inside Rust. Only a few highlighted words are visible.

Tested on LibreWolf (Firefox) 136.0.4-1 on Arch Linux (6.13.8-arch1-1, 23 Mar 2025).

Possibly related to 14a515f.

Thanks for the report. Will fix ASAP.

Okay so the problem should be fixed for users who are using the system theme. Users who have a site-specific theme setting that's different from their system theme will currently have a mismatched code block theme, I'll fix that next.

Can confirm that this is (partially) fixed:
The contents of code blocks are now visible.

Thank you so much!