feat: incl list items

This commit is contained in:
eggy 2023-01-28 16:49:20 -05:00
parent 07b480b4bd
commit 321fbb46d5
3 changed files with 9 additions and 4 deletions

View File

@ -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;

View File

@ -78,7 +78,7 @@ html.dark::before {
main {
width: 80%;
max-width: 60rem;
max-width: 90ch;
margin: auto;
padding-top: 2rem;
}

View File

@ -61,7 +61,7 @@ const captionText =
<style scoped>
.container {
width: 80%;
max-width: 72ch;
max-width: 80ch;
padding-top: 2rem;
}