diff --git a/css/glowingbear.css b/css/glowingbear.css index cc62f72..cb46578 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -49,6 +49,9 @@ table { tr { line-height: 100%; } +tr:hover { + background-color: #222222; +} td.time { padding-right: 5px; vertical-align: top;