Revert the detail view back to the stronger blue link color.

This commit is contained in:
Brent Simmons 2018-02-24 13:13:42 -08:00
parent 16615ada32
commit d331ca72b6

View File

@ -12,7 +12,7 @@ a {
text-decoration: none;
}
a, a:link, a:visited {
color: hsla(201, 100%, 45%, 1);
color: hsla(215, 99%, 43%, 1);
}
a:hover {
text-decoration: underline;