summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/play.html b/play.html
index 5541bde..141fc6a 100644
--- a/play.html
+++ b/play.html
@@ -235,7 +235,11 @@ body.shift .block.known:hover {
#ER { background-image: linear-gradient(to bottom, skyblue, tan); }
#FR { background-image: linear-gradient(to bottom, tan, darkseagreen); }
-#FC, #EC { background-color: gray; border-top: 5px dashed tan; }
+#FC, #EC {
+ background-color: gray;
+ border-top: 5px dashed tan;
+ border-bottom: 5px solid dimgray;
+}
#FC, #EC, #FF, #EF { min-height: 120px; }
#FR, #ER { min-height: 40px; }