Use a sans-serif font in dark mode

This commit is contained in:
Jack Grigg 2021-12-09 02:15:17 +00:00
parent ac8d5d62b6
commit a0f0e7a40d
1 changed files with 1 additions and 0 deletions

View File

@ -26,5 +26,6 @@
} }
svg text { svg text {
fill: #c9d1d9; fill: #c9d1d9;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
} }
} }