bitcoin-dev-project / bitcoiner-intro-to-rust

The Bitcoiner's Introduction to Rust
77 stars 23 forks source link

Chapter 06: unreadable image in dark mode #16

Closed edilmedeiros closed 5 months ago

edilmedeiros commented 5 months ago

Took some time to understand what was going on with the svg. Turns out it renders crappy in the browser dark mode since there are black arrows over a transparent background.

Screenshot 2024-05-19 at 22 14 16

Reference: https://github.com/sb1752/bitcoiner-intro-to-rust/blob/f2ea4b04067053518b81b1347f3cdec57971b63f/06_pointers_and_slices.md?plain=1#L5

sb1752 commented 5 months ago

Ah I see. Hm, I'll look into that.