# HG changeset patch # User Matti Hamalainen # Date 1294638253 -7200 # Node ID fb503ee5489f97a1996b0b0ec0e6582f9a9f7960 # Parent e2f975b0c5185937c163c2e229f674982e4080b1 Fix colours. diff -r e2f975b0c518 -r fb503ee5489f index.php --- a/index.php Mon Jan 10 07:35:15 2011 +0200 +++ b/index.php Mon Jan 10 07:44:13 2011 +0200 @@ -74,6 +74,7 @@ div.options, #commands, #status { background: #268; border: 1px solid white; + color: white; } div.options { display: none; position: fixed; top: 2em; left: 2em; padding: 1em; }