Fixed the font for macOS article view

This commit is contained in:
Maurice Parker 2020-07-09 07:47:47 -05:00
parent f5855f032d
commit 897474a637
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ body {
:root {
color-scheme: light dark;
font: -apple-system-body;
font-family: -apple-system;
font-size: [[font-size]]px;
--accent-color: rgba([[accent-r]], [[accent-g]], [[accent-b]], .75);
--block-quote-border-color: rgba([[accent-r]], [[accent-g]], [[accent-b]], .50);