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,
|
||||
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;
|
||||
|
@ -78,7 +78,7 @@ html.dark::before {
|
||||
|
||||
main {
|
||||
width: 80%;
|
||||
max-width: 60rem;
|
||||
max-width: 90ch;
|
||||
margin: auto;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
@ -61,7 +61,7 @@ const captionText =
|
||||
<style scoped>
|
||||
.container {
|
||||
width: 80%;
|
||||
max-width: 72ch;
|
||||
max-width: 80ch;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user