mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-10-29 18:47:40 +00:00
4 lines
77 B
CSS
4 lines
77 B
CSS
|
/* Ensure text is legible in all themes. */
|
||
|
svg text {
|
||
|
fill: var(--fg);
|
||
|
}
|