feat: make body text easier to read

make it like medium
This commit is contained in:
eggy 2023-01-28 16:34:05 -05:00
parent b1a24cef2f
commit 988b078fe2

View File

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