Adjusted highlight color
authorJoey Schulze <joey@infodrom.org>
Mon, 5 Nov 2007 15:47:37 +0000 (15:47 +0000)
committerJoey Schulze <joey@infodrom.org>
Mon, 5 Nov 2007 15:47:37 +0000 (15:47 +0000)
src/index.wml

index ab9d34c..cd58c33 100644 (file)
@@ -47,7 +47,7 @@ function next_date()
 
          if ($when == $now) {
            $date = '<strong>heute, ' . $match[4].'</strong>';
-           $color = ' bgcolor="#79c2ef"';
+           $color = ' bgcolor="#ffff00"';
          } else {
            $date = strftime("%e.%m.%y", $when) . ', ' . $match[4];
            $color = '';