chiark / gitweb /
Tweak the tabulation style.
[matchsticks-search.git] / tabulate.py
index 16a23c8732a466e94b9877ec8ac1d7760024c353..b9863841182da7feb39a3780ce1dfeaa1299ad8f 100755 (executable)
@@ -36,7 +36,7 @@ def read(n,m):
         show_bound = ""
     elif best_nature == 'p':
         tdclass = "probable"
-        show_bound = " (– %s)"
+        show_bound = ""
     else:
         tdclass = "range"
         show_bound = " – %s"
@@ -61,10 +61,10 @@ td.known {
     background-color: #00ff00;
 }
 td.believed {
-    background-color: #44ff44;
+    background-color: #aaff00;
 }
 td.probable {
-    background-color: #88ff88;
+    background-color: #ffff00;
 }
 td.range {
     background-color: #ff8888;