🐛 display text in fullscreen again

This commit is contained in:
2026-05-08 20:06:45 +10:00
parent a78ef25522
commit ba6cdf2f25

View File

@@ -391,8 +391,6 @@ const annotationHistory = invertedEffects.of(tr => {
const themeCompartment = new Compartment()
const markdownHighlight = HighlightStyle.define([
{ tag: tags.heading1, fontSize: '1.4em', fontWeight: '700', color: 'var(--heading-color)' },
{ tag: tags.heading2, fontSize: '1.2em', fontWeight: '700', color: 'var(--heading-color)' },
{ tag: tags.heading, fontWeight: '700', color: 'var(--heading-color)' },
{ tag: tags.emphasis, fontStyle: 'italic' },
{ tag: tags.strong, fontWeight: 'bold' },