1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-19 15:35:37 +02:00
Files
comprehensive-rust/theme/css/svgbob.css

5 lines
76 B
CSS
Raw Normal View History

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