diff --git a/lesson.html b/lesson.html index 098d95f..db64840 100644 --- a/lesson.html +++ b/lesson.html @@ -61,8 +61,15 @@ .jqconsole-composition { background-color: red; } + a:link, a:active { + color: #DDD; + } + a:hover { + color: #FFF + } +