diff --git a/src/components/ThemeSwap.vue b/src/components/ThemeSwap.vue index 583685a..8576862 100644 --- a/src/components/ThemeSwap.vue +++ b/src/components/ThemeSwap.vue @@ -55,8 +55,3 @@ const toggle = (isChecked: boolean) => { - - diff --git a/tailwind.config.js b/tailwind.config.js index 9cb297c..e157ee9 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -24,7 +24,7 @@ module.exports = { typography: () => ({ DEFAULT: { css: { - 'font-size': '1.2em', + 'font-size': '18pt', 'font-family': '"Courier Prime", monospace', ...defaultTitleStyles, p: {