diff --git a/browser/loops.css b/browser/loops.css index ab87b8f..d60975c 100644 --- a/browser/loops.css +++ b/browser/loops.css @@ -5,11 +5,16 @@ */ -a:hover { +a[href]:hover { background-color: #f0f0ff; text-decoration: none; } +.even a[href]:hover { + background-color: #ebebe2; + text-decoration: none; +} + pre { overflow: scroll; max-height: 35em;