diff --git a/css/screen.scss b/css/screen.scss index b33c73b..87128ac 100644 --- a/css/screen.scss +++ b/css/screen.scss @@ -45,7 +45,7 @@ html, body { height: 100%; text-align: justify; line-height: 1.4em; } a { text-decoration: none; color: $links; } -a:hover { text-decoration: underline; } +a:hover { color: #009; } strong { font-weight: bold; }