diff options
Diffstat (limited to 'styles/style.css')
-rw-r--r-- | styles/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; |