feat: make body text easier to read
make it like medium
This commit is contained in:
6
app.vue
6
app.vue
@@ -68,5 +68,11 @@ div#__nuxt {
|
|||||||
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 {
|
||||||
|
font-family: "Source Serif Pro", serif;
|
||||||
|
line-height: 1.8;
|
||||||
|
color: #111;
|
||||||
|
font-size: 1.25rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user