aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/EditorTheme.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/EditorTheme.ts')
-rw-r--r--subprojects/frontend/src/editor/EditorTheme.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/src/editor/EditorTheme.ts b/subprojects/frontend/src/editor/EditorTheme.ts
index 308d5be0..055b62e2 100644
--- a/subprojects/frontend/src/editor/EditorTheme.ts
+++ b/subprojects/frontend/src/editor/EditorTheme.ts
@@ -105,7 +105,7 @@ export default styled('div', {
105 color: theme.palette.text.primary, 105 color: theme.palette.text.primary,
106 }, 106 },
107 }, 107 },
108 '.tok-problem-abstract, .tok-problem-new': { 108 '.tok-problem-abstract': {
109 fontStyle: 'italic', 109 fontStyle: 'italic',
110 }, 110 },
111 '.tok-problem-containment': { 111 '.tok-problem-containment': {