diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-06-06 20:27:54 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-06-06 20:27:54 +0200 |
| commit | 485d288e81d112cb2ff482946ea76c5a72ee5ba0 (patch) | |
| tree | 1f19f86e71a7a94aa55adf8b664e9738552b6638 | |
| parent | 63b9f3735ffdede6351a695f770e3f209e681940 (diff) | |
fix clannad clock font sizes
| -rw-r--r-- | webAO/styles/chatbox/key.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webAO/styles/chatbox/key.css b/webAO/styles/chatbox/key.css index 77f2e99..4debe72 100644 --- a/webAO/styles/chatbox/key.css +++ b/webAO/styles/chatbox/key.css @@ -167,6 +167,7 @@ text-shadow: -1px -1px 0 #d7e5d9, 1px -1px 0 #d7e5d9, -1px 1px 0 #d7e5d9, 1px 1px 0 #d7e5d9; font-size: small; line-height: 1; + font-size: 0.4em; } #client_clock_date { @@ -178,7 +179,7 @@ margin: 0; color: #ffe; text-shadow: -1px -1px 0 #78320b, 1px -1px 0 #78320b, -1px 1px 0 #78320b, 1px 1px 0 #78320b; - font-size: 3em; + font-size: 1.5em; background: rgba(255,255,255,0.7); border-radius: 100%; line-height: 1.8; @@ -200,6 +201,7 @@ border: #ffc89f 3px ridge; border-radius: 100%; line-height: 2; + font-size: 0.4em; } #client_clock_time { |
