Commit f7cb637
authored
fix: prevent list page content links from losing underlines (#351)
The overly broad `.list-posts a` selector was removing underlines from
all links within list pages, including content links in the page
description. This change makes the selector more specific to only
target post title links, allowing regular content links to display
with proper underline decoration.1 parent c3c63f5 commit f7cb637
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| |||
0 commit comments