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