Update some superficial things

This commit is contained in:
Thelonius Kort
2023-01-14 22:05:48 +01:00
parent a95131bdbb
commit 483ed9440d
4 changed files with 6 additions and 9 deletions

View File

@ -26,7 +26,6 @@
vertical-align: -2px;
}
.article h4 {
@apply font-semibold text-lg leading-8 text-zinc-800;
}
@ -42,3 +41,7 @@
.article blockquote {
@apply px-4 py-2 text-sm;
}
.article a {
@apply text-cyan-900;
}