Use a link color (in detail view) that goes with toolbar icons blue color.

This commit is contained in:
Brent Simmons 2018-02-24 11:56:07 -08:00
parent 202d878cb5
commit 18a5c6114e
1 changed files with 1 additions and 1 deletions

View File

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