This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc.css colors


Hi Markus,

On Wed, 1 Feb 2017, Markus Trippelsdorf wrote:
> Some colors on e.g. https://gcc.gnu.org/gcc-7/changes.html are nearly
> unreadable. So what about the following patch?
> 
> -.boldcyan    { font-weight:bold; color:cyan; }
> -.boldlime    { font-weight:bold; color:lime; }
> +.boldcyan    { font-weight:bold; color:#25a9a9; }
> +.boldlime    { font-weight:bold; color:green;}

just want to follow-up on this and the discussion that ensued.

Based on the feedback you got from Jakub and others, I am not
comfortable making this change (so if we had a patch tracker,
would label this as "declined").

Gerald


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]