chore: a few style changes

This commit is contained in:
2026-06-22 19:51:05 +00:00
parent 8a3350f4c3
commit 3e830ab2ae
3 changed files with 24 additions and 4 deletions
@@ -146,6 +146,14 @@
font-weight: 400;
}
.prose h1,
.prose h2 {
text-decoration: underline;
text-decoration-color: rgba(234, 228, 226, 0.35);
text-decoration-thickness: 1px;
text-underline-offset: 0.18em;
}
.prose h2 {
font-size: 1.5rem;
line-height: 2rem;
@@ -153,6 +161,18 @@
margin-bottom: 0.75rem;
}
.prose h3 {
font-size: 1.40625rem;
line-height: 1.90625rem;
font-weight: 500;
}
.prose h4 {
font-size: 1.1875rem;
line-height: 1.6875rem;
font-weight: 500;
}
.prose blockquote {
border-left-width: 2px;
padding-left: 1rem;