Skip to content

Commit ca5d4b6

Browse files
committed
styling
1 parent a963fb0 commit ca5d4b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/styles/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,7 @@ nav:not(.toc) {
364364
}
365365

366366
.prose a {
367-
text-decoration: underline;
368-
text-underline-offset: 2px;
367+
text-decoration: none;
369368
}
370369

371370
.prose img {
@@ -457,6 +456,7 @@ nav:not(.toc) {
457456

458457
/* Post page header (has .post-meta, unlike the index list) */
459458
.post-header:has(.post-meta) {
459+
display: block;
460460
margin: 0 0 1.5rem;
461461
}
462462

0 commit comments

Comments
 (0)