mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-16 15:58:17 +00:00
4 lines
77 B
CSS
4 lines
77 B
CSS
|
/* Ensure text is legible in all themes. */
|
||
|
svg text {
|
||
|
fill: var(--fg);
|
||
|
}
|