Skip to content

Instantly share code, notes, and snippets.

@hepplerj
Created April 12, 2024 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hepplerj/5171eaa81c4b91845c2c372c5b6e9616 to your computer and use it in GitHub Desktop.
Save hepplerj/5171eaa81c4b91845c2c372c5b6e9616 to your computer and use it in GitHub Desktop.
Adjustment to navigation hyperlink color for Omeka
.autumn a:link {
color: #F16100;
}
.autumn a:visited {
color: #F16100;
}
.autumn a:hover, .autumn a:active, .autumn a:focus {
color: #FFA300;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment