summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-07-02 15:49:58 +0200
committerTor Andersson <tor@ccxvii.net>2023-07-02 15:51:22 +0200
commit5be29e653312fe0edee449a4dbc4e62cda53243e (patch)
tree9d8e7fc7c8deb9a58d91aedbbf9446ef048d70e8
parent40e7ec901688654fd78009d55daea4a119b9e455 (diff)
downloadjulius-caesar-5be29e653312fe0edee449a4dbc4e62cda53243e.tar.gz
Tan replay panel.
-rw-r--r--play.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/play.css b/play.css
index 6492e90..6ca2624 100644
--- a/play.css
+++ b/play.css
@@ -251,3 +251,7 @@ body.Observer .columbia-labels .known.jupiter.Cleopatra { border: 3px solid #822
transition-duration: 700ms, 700ms, 300ms, 300ms;
transition-timing-function: ease;
}
+
+#replay_panel {
+ background-color: tan;
+}