hyperlink colour made consistent

This commit is contained in:
Chris Croome 2020-04-05 10:33:21 +01:00
parent ca917656fa
commit fc4263820b
1 changed files with 2 additions and 2 deletions

View File

@ -4182,8 +4182,8 @@ a {
cursor: pointer; }
a:hover, a:focus {
color: #1585cf;
text-decoration: underline solid #1585cf; }
color: #38aad5;
text-decoration: underline solid #38aad5; }
a img {
border: 0; }