mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-02 11:03:18 +02:00
5 lines
76 B
CSS
5 lines
76 B
CSS
|
/* Ensure text is legible in all themes. */
|
||
|
svg text {
|
||
|
fill: var(--fg);
|
||
|
}
|