summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-01-28 13:53:47 +0100
committerTor Andersson <tor@ccxvii.net>2022-02-01 01:26:54 +0100
commit1b00b4c94c0722436d5410f7940349f30db2094a (patch)
tree4ab0bf48e05138947abd0123e6a040cd519401b2 /public/style.css
parented0e6a2ae0dee1e9eb26466d0ffaaf73a3cdf445 (diff)
downloadserver-1b00b4c94c0722436d5410f7940349f30db2094a.tar.gz
Show "Nobody" in player column on unjoined games.
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/style.css b/public/style.css
index c28939d..b5a69ad 100644
--- a/public/style.css
+++ b/public/style.css
@@ -96,8 +96,8 @@ button:disabled {
outline: 1px solid gray;
}
-p.error { color: brown; font-style: italic; white-space: pre-wrap; }
-p.warning { color: brown; }
+.error { color: brown; font-style: italic; white-space: pre-wrap; }
+.warning { color: brown; }
p.warning::before { content: "\26a0"; }
div.post {