chore: a few style changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user