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

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) the h1, h2, h3 block but the corresponding color directives were not also removed from or changed in the h3 a:link, h3 a:visited and h3 a:hover blocks (which are used by the news pages since the h3 headers there are links) but probably should have been.

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: newclosed

In 480102f5fedb96213f547cce78b44d2157962550/macports-www (master):

css: Make visited headline links more readable

Closes: #58851

Note: See TracTickets for help on using tickets.