1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-12 01:00:16 +02:00
Files
comprehensive-rust/theme/css/svgbob.css

5 lines
76 B
CSS
Raw Permalink Normal View History

2022-12-23 10:21:10 -06:00
/* Ensure text is legible in all themes. */
svg text {
fill: var(--fg);
}