diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-02-24 17:24:38 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-26 12:53:53 +0100 |
commit | 6a4be5ae1b89a4e79a83239f184f394efcabeeba (patch) | |
tree | 4344f14f8b9911af91e5bb978fd75f334e495b34 /public/style.css | |
parent | 9e068aa062bb07f1f1b8704beffefbcaba260eb7 (diff) | |
download | server-6a4be5ae1b89a4e79a83239f184f394efcabeeba.tar.gz |
Invite player system.
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/style.css b/public/style.css index c4b0b9e..e530ef3 100644 --- a/public/style.css +++ b/public/style.css @@ -1,9 +1,9 @@ html, input, textarea { - font-family: "Source Serif", "Georgia", "Dingbats", "Noto Emoji", serif; + font-family: "Source Serif", "Georgia", "Noto Emoji", "Dingbats", serif; font-size: 16px; } button, select { - font-family: "Source Sans", "Verdana", "Dingbats", "Noto Emoji", sans-serif; + font-family: "Source Sans", "Verdana", "Noto Emoji", "Dingbats", sans-serif; font-size: 16px; } @@ -156,6 +156,7 @@ article hr + p { font-style: italic; } .game_item a:not(:hover) { text-decoration: none; color: black; } .game_item a.command { text-decoration: underline; font-weight: bold } .game_info .is_active { text-decoration: underline } +.game_info .is_invite { opacity: 0.5 } .game_info div { text-indent: -20px; padding-left: 20px; |