From e93440bd4a520ab81203e8b0105ac43323f67e6b Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Fri, 3 Oct 2014 21:29:56 +0400 Subject: Constructors, variance, links and styles. --- styles/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'styles') diff --git a/styles/style.css b/styles/style.css index 82798bf8..ce546546 100644 --- a/styles/style.css +++ b/styles/style.css @@ -49,6 +49,11 @@ a { text-decoration:none; } +a:hover { + color: inherit; + text-decoration:underline; +} + a small { font-size:11px; color:#555; -- cgit