Updated color of anchor tags in body of site.

This should allow more distinction between main content and clickable
URLs.

Authors: Sarah Conway, Jonathan Katz
This commit is contained in:
Jonathan S. Katz
2018-09-16 17:24:26 -04:00
parent 65bd64db5c
commit 068578f524

View File

@ -539,7 +539,7 @@ ul.bold {
}
#footer a {
color: inherit;
color: #840032;
}
/* #LIST DESKTOP */
@ -582,6 +582,10 @@ ul.actions {
padding: 1em;
}
#pgSideNav a {
color: #840032;
}
#pgSideNav ul {
list-style-type: circle;
padding-left: 1.3em;
@ -589,6 +593,10 @@ ul.actions {
/* #PGCONTENTWRAP */
#pgContentWrap a {
color: #840032;
}
#pgContentWrap {
padding: 1em 2em;
}