Opened 5 years ago
Closed 5 years ago
#58851 closed defect (fixed)
Headings are unreadable on news page
Reported by: | jmroot (Joshua Root) | Owned by: | neverpanic (Clemens Lang) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | website | Version: | |
Keywords: | Cc: | gagarine (Simon), neverpanic (Clemens Lang) | |
Port: |
Description
The headings of each news post at https://www.macports.org/news/ are white on a white background for some reason.
Change History (3)
comment:1 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | gagarine added |
---|
comment:2 Changed 5 years ago by jmroot (Joshua Root)
Cc: | neverpanic added |
---|
[96842e7aee4d9e923d55e609e950a15d7ce15a42/macports-www] partly fixed this, but the links are still a hard-to-read light grey when they have been followed.
comment:3 Changed 5 years ago by neverpanic (Clemens Lang)
Owner: | set to neverpanic |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
They used to be white on a blue/purple background. Then the main web site stylesheet was changed. Maybe Simon wasn't aware that the news part of the site uses the same stylesheet, even though it's hosted separately at GitHub Pages.
In [7b6a5c42a2e3478dea43640edeaa8e9e20f1371b/macports-www] the
color: white
directive was removed from (well, commented out in, but should have actually been removed from) theh1, h2, h3
block but the correspondingcolor
directives were not also removed from or changed in theh3 a:link
,h3 a:visited
andh3 a:hover
blocks (which are used by the news pages since the h3 headers there are links) but probably should have been.