changeset 955:3278465455fc

clearer colors on dht bars Ignore-this: d991f653e5defc90fdd7419b1d796993 darcs-hash:20140713060114-312f9-a3ddf61a235434d5b90bff412dcb626e6c5a57fa
author drewp <drewp@bigasterisk.com>
date Sat, 12 Jul 2014 23:01:14 -0700
parents 2f90baff50dc
children 8d6e92564fe8
files service/pilight/static/index.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/service/pilight/static/index.html	Sat Jul 12 22:31:46 2014 -0700
+++ b/service/pilight/static/index.html	Sat Jul 12 23:01:14 2014 -0700
@@ -79,8 +79,8 @@
 
     <div>
       DHT: <span id="dht"></span>
-      <div id="temperature" style="background: #cff"></div>
-      <div id="humidity" style="background: #fef"></div>
+      <div id="temperature" style="background: #034c4d"></div>
+      <div id="humidity" style="background: #663d66"></div>
     </div>
 
     <script>