diff --git a/style.css b/style.css index 7cf68ef..72285a8 100644 --- a/style.css +++ b/style.css @@ -386,5 +386,7 @@ iframe { } acronym { - border-bottom: 1px dashed lightgray; + border-bottom: 1px dashed #ccc; + text-decoration: none; + cursor: help; } \ No newline at end of file