golang / tour

[mirror] A Tour of Go
BSD 3-Clause "New" or "Revised" License
1.55k stars 520 forks source link

tour: bright <pre> blocks in dark mode #1571

Open d-Rickyy-b opened 9 months ago

d-Rickyy-b commented 9 months ago

When using the dark mode, the <pre> code blocks show as a very bright gray (#fafafa). It is the same color as used in the bright mode, so I guess it was forgotten to be changed in the dark theme.

Context: https://go.dev/tour/basics/11