Skip to content

Commit a4e53f9

Browse files
Change link colours (#549)
...to make them distinguishable from regular text. And for accessibility!
1 parent 2a550c7 commit a4e53f9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

assets/css/lesson.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,20 @@ a code {
210210
color: #006cad;
211211
}
212212

213+
a:link {
214+
color: #196EBD;
215+
}
216+
217+
a:active,
218+
a:hover {
219+
outline: 0;
220+
text-decoration: underline;
221+
}
222+
223+
a:visited {
224+
color: #1AA4DA;
225+
}
226+
213227
code {
214228
white-space: nowrap;
215229
padding: 2px 5px;

0 commit comments

Comments
 (0)