diff --git a/browser/loops.css b/browser/loops.css index 93b9c11..60c1526 100644 --- a/browser/loops.css +++ b/browser/loops.css @@ -6,17 +6,8 @@ */ a[href]:hover { - background-color: #f8f8ff; - text-decoration: none; -} - -.box div.body div.even { - background-color: #f4f4f4; -} - -.even a[href]:hover { - background-color: #f4f4f4; text-decoration: none; + color: #c00048; } pre { @@ -24,6 +15,10 @@ pre { max-height: 35em; } +.box div.body div.even { + background-color: #f4f4f4; +} + .box { margin: 12px; } @@ -46,7 +41,7 @@ pre { font-size: 120%; } -.content-4 h1, .content-3 h2, .content-3 h3 { +.content-4 h1, .content-3 h2, .content-3 h3 { font-size: 110%; border: none; }