feat: incl list items
This commit is contained in:
parent
07b480b4bd
commit
321fbb46d5
9
app.vue
9
app.vue
@ -43,7 +43,7 @@ div#__nuxt {
|
|||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
& > a {
|
& > a {
|
||||||
font-weight: 800 !important;
|
font-weight: bold;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -69,12 +69,17 @@ div#__nuxt {
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& > a {
|
||||||
|
font-weight: 800;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
@apply hover:text-blue-700 dark:hover:text-blue-400;
|
@apply hover:text-blue-700 dark:hover:text-blue-400;
|
||||||
}
|
}
|
||||||
p {
|
p,
|
||||||
|
li {
|
||||||
font-family: "Source Serif Pro", serif;
|
font-family: "Source Serif Pro", serif;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
color: #111;
|
color: #111;
|
||||||
|
@ -78,7 +78,7 @@ html.dark::before {
|
|||||||
|
|
||||||
main {
|
main {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
max-width: 60rem;
|
max-width: 90ch;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
}
|
}
|
||||||
|
@ -61,7 +61,7 @@ const captionText =
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.container {
|
.container {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
max-width: 72ch;
|
max-width: 80ch;
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user