Skip to content

Commit b26ec8b

Browse files
brsonclaude
andcommitted
Fix red middot styling on news page
Change CSS selector from `h1 > span` to `h1 span` so middots are styled when nested inside an anchor tag. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0c6e0ef commit b26ec8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ h2 {
7777
font: var(--rmx-font-em);
7878
}
7979

80-
h1 > span {
80+
h1 span {
8181
color: var(--rmx-color-accents);
8282
}
8383

0 commit comments

Comments
 (0)