Skip to content

Commit f9ec7e2

Browse files
authored
Merge pull request #60 from heremaps/font-update
update font colours to match harmony requirements
2 parents 2fa2ddf + 28e0672 commit f9ec7e2

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

template.css

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -220,16 +220,18 @@ code a:hover{
220220
color:#00c9ff;
221221
text-decoration:underline
222222
}
223-
a.highlight-link{
224-
font-weight:500;
225-
color:#00afaa
223+
a,a span{
224+
font-weight:400;
225+
color: #77a0e7;
226+
cursor: pointer;
226227
}
227-
a.highlight-link:hover{
228-
color:#00908a
228+
a:hover,a span:hover{
229+
color: #3d73d0;
229230
}
230-
a.highlight-link span{
231-
color:#00afaa
231+
a:hover,a span:hover{
232+
color: #3d73d0;
232233
}
234+
233235
.token.comment a.highlight-link{
234236
color:slategrey;
235237
font-weight:500

0 commit comments

Comments
 (0)