Add color for current events
authorJoey Schulze <joey@infodrom.org>
Fri, 19 Sep 2008 06:02:24 +0000 (06:02 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 19 Sep 2008 06:02:24 +0000 (06:02 +0000)
src/infodrom.css

index 4cb2737..d3d329b 100644 (file)
@@ -66,6 +66,9 @@ tr.t0 {
 tr.t1 {
   background: #d9e2ea;
 }
+tr.t2 {
+  background: #ffff00;
+}
 td.in {
   color: #2f9a00;
 }