design: increase font size for my little eyes

This commit is contained in:
Julien Calixte
2024-12-21 23:43:33 +01:00
parent 750c0dbf8b
commit ac94a5ade2
2 changed files with 1 additions and 6 deletions

View File

@@ -55,8 +55,3 @@ const toggle = (isChecked: boolean) => {
</label>
</div>
</template>
<style scoped lang="scss">
.theme-swap {
}
</style>

View File

@@ -24,7 +24,7 @@ module.exports = {
typography: () => ({
DEFAULT: {
css: {
'font-size': '1.2em',
'font-size': '18pt',
'font-family': '"Courier Prime", monospace',
...defaultTitleStyles,
p: {