diff --git a/app.vue b/app.vue index 2b3379b..e227a6e 100644 --- a/app.vue +++ b/app.vue @@ -43,7 +43,7 @@ div#__nuxt { h5, h6 { & > a { - font-weight: 800 !important; + font-weight: bold; text-decoration: none !important; } } @@ -69,12 +69,17 @@ div#__nuxt { font-style: italic; } } + + & > a { + font-weight: 800; + } } a:hover { @apply hover:text-blue-700 dark:hover:text-blue-400; } - p { + p, + li { font-family: "Source Serif Pro", serif; line-height: 1.8; color: #111; diff --git a/layouts/default.vue b/layouts/default.vue index fde11e1..ea406d0 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -78,7 +78,7 @@ html.dark::before { main { width: 80%; - max-width: 60rem; + max-width: 90ch; margin: auto; padding-top: 2rem; } diff --git a/pages/[...slug].vue b/pages/[...slug].vue index 51fe3f8..0e5afa6 100644 --- a/pages/[...slug].vue +++ b/pages/[...slug].vue @@ -61,7 +61,7 @@ const captionText =