diff --git a/index.html b/index.html index 57112d6..bfe5855 100644 --- a/index.html +++ b/index.html @@ -38,22 +38,22 @@ - Topos + Topos - Clock + Clock - + - + - + @@ -144,7 +144,7 @@ - + 1 diff --git a/src/themes/materialDark.ts b/src/themes/materialDark.ts index 14492c2..4dd8beb 100644 --- a/src/themes/materialDark.ts +++ b/src/themes/materialDark.ts @@ -27,7 +27,8 @@ export const materialDarkTheme = EditorView.theme( { '&': { color: base05, - backgroundColor: background + backgroundColor: background, + fontSize: '24px', }, '.cm-content': {