From 7ce47405426e45ce69ad22c9cca491bf5127c7a5 Mon Sep 17 00:00:00 2001 From: Arnaud de Surirey Date: Sat, 1 Aug 2020 14:05:12 +0200 Subject: [PATCH] Add support for inline maths --- theme/notes-dark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/notes-dark.css b/theme/notes-dark.css index d544f5c..87ab028 100644 --- a/theme/notes-dark.css +++ b/theme/notes-dark.css @@ -313,6 +313,10 @@ tt { color: var(--text-color); } +.md-inline-math script { + color: #f3b3f8; +} + code { padding: 0 2px 0 2px; }