diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-07-23 13:48:12 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-07-23 14:01:19 +0200 |
commit | 34487c1b1920c6a52108a7ed7b390d4b08728ff9 (patch) | |
tree | 112890b6ca8a60868c25e6b0ccca80e6d2ee8800 /public/style.css | |
parent | c52ca4b709a8752d870a9123b46cfd3764c608a7 (diff) | |
download | server-34487c1b1920c6a52108a7ed7b390d4b08728ff9.tar.gz |
New join page!
* Remove explicit (and redundant) role=Observer parameter.
* Remove old /play/:id redirects.
* Show "private" badge on game boxes.
* Forbid leave/kick in public games.
* Allow "rewind" by owner in public games.
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index caa2feb..7928f86 100644 --- a/public/style.css +++ b/public/style.css @@ -21,7 +21,6 @@ html { --color-table-active: hsla(55, 100%, 50%, 0.15); --color-table-invite: hsla(120, 100%, 50%, 0.15); - --color-table-danger: hsla(350, 100%, 50%, 0.15); } /* light gray */ @@ -141,6 +140,8 @@ h1 { margin: 16px 0 16px -1px; font-size: 24px; } h2 { margin: 16px 0 16px -1px; font-size: 20px; } h3 { margin: 16px 0 8px -1px; font-size: 16px; } +h1 .icon { font-weight: normal; } + html { overflow-y: scroll; } |