Fixed the font for macOS article view
This commit is contained in:
parent
f5855f032d
commit
897474a637
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue