librecores / librecores-web

LibreCores Web Site
https://www.librecores.org/
Other
35 stars 30 forks source link

Styling: Do not use same color for links and headlines #271

Open imphil opened 6 years ago

imphil commented 6 years ago

Currently we use the same green for links and headlines, and provide no other indication for links (e.g. underlining). This is confusing, as it makes it unclear when something can be clicked on, and when it is only a headline.

Michael-Overall commented 6 years ago

I can tweak this.

I'm guessing this could be changed in librecores.css by tweaking the styling for links under divs that are part of the "ais-hierarchical-menu--item" class.

Would we want to just add underlines to the links to differentiate them from headings, or should different colors be used as well?

We might also be able to style the links in that menu to look like bootstrap style buttons (background color with rounded corners) where the link text remains the same color, but we use the darkest secondary color shown in designguide.svg for the background color. The hex for the dark color is #173e43.