diff --git a/littlelink/css/skeleton-dark.css b/littlelink/css/skeleton-dark.css index bc0f12c..814f74d 100644 --- a/littlelink/css/skeleton-dark.css +++ b/littlelink/css/skeleton-dark.css @@ -114,7 +114,9 @@ p { /* Links –––––––––––––––––––––––––––––––––––––––––––––––––– */ a { - color: #0085FF; } + color: #0085FF; + text-decoration: none; +} a:hover { color: #0085FF; }