Nice theme. Few issues:

  1. Anonymous visitor sees links as white and authenticated as red.
  2. Image gallery--from image module--not wrapped in black content color.
  3. Primary links interfere with ability to edit node.

Thanks again.

Comments

ishmael-sanchez’s picture

Assigned: Unassigned » ishmael-sanchez

Hello daouverson2,
Thanks for the feedback!

My intent was for unvisited links to be styled red, once a user (anony or auth) clicks the link it becomes white as a visual cue the link has been visited. Can you provide a bit more info on this?
>1. Anonymous visitor sees links as white and authenticated as red.

I will take a look and fix
>2. Image gallery--from image module--not wrapped in black content color.

Will investigate, beside being annoying do you have a specific example?
>3. Primary links interfere with ability to edit node.

ishmael-sanchez’s picture

Status: Active » Needs work
ishmael-sanchez’s picture

Status: Needs work » Fixed

Modified CSS on Admin pages to remain red:
.logged-in #main a:visited {color:#FF0000;}
>1. Anonymous visitor sees links as white and authenticated as red.

Image module CSS can easily be overriden
>2. Image gallery--from image module

Modified page.tpl.php and CSS for Primary links and edit tabs
>3. Primary links interfere with ability to edit node.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.