design: increase font size for my little eyes
This commit is contained in:
@@ -55,8 +55,3 @@ const toggle = (isChecked: boolean) => {
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
|
||||||
.theme-swap {
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ module.exports = {
|
|||||||
typography: () => ({
|
typography: () => ({
|
||||||
DEFAULT: {
|
DEFAULT: {
|
||||||
css: {
|
css: {
|
||||||
'font-size': '1.2em',
|
'font-size': '18pt',
|
||||||
'font-family': '"Courier Prime", monospace',
|
'font-family': '"Courier Prime", monospace',
|
||||||
...defaultTitleStyles,
|
...defaultTitleStyles,
|
||||||
p: {
|
p: {
|
||||||
|
|||||||
Reference in New Issue
Block a user