summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/style.css b/style.css
index 47e9f71..b074ea1 100644
--- a/style.css
+++ b/style.css
@@ -32,6 +32,19 @@ a, a:visited {
padding: 0 0.5em;
}
+#header button {
+ border: 2px solid #000;
+ background: #ddd;
+}
+#header button:hover {
+ border: 2px solid #000;
+ background: #bbb;
+}
+#header button:active {
+ border: 2px solid #000;
+ background: #999;
+}
+
#play-area {
width: 100vw;
/* annoyingly, firefox ESR 115 still doesn't support lh */