We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a963fb0 commit ca5d4b6Copy full SHA for ca5d4b6
1 file changed
src/styles/global.css
@@ -364,8 +364,7 @@ nav:not(.toc) {
364
}
365
366
.prose a {
367
- text-decoration: underline;
368
- text-underline-offset: 2px;
+ text-decoration: none;
369
370
371
.prose img {
@@ -457,6 +456,7 @@ nav:not(.toc) {
457
456
458
/* Post page header (has .post-meta, unlike the index list) */
459
.post-header:has(.post-meta) {
+ display: block;
460
margin: 0 0 1.5rem;
461
462
0 commit comments