Use slightly lighter text for math expression results

This commit is contained in:
Jonatan Heyman 2023-03-02 23:20:14 +01:00
parent 7f73c04424
commit 0d7c04991f

View File

@ -113,7 +113,7 @@ const darkTheme = EditorView.theme({
},
".heynote-math-result": {
background: "#0e1217",
color: "#7fcba9",
color: "#a0e7c7",
},
}, { dark: true });