diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-27 18:51:17 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-08-27 18:51:17 +0200 |
| commit | 2a79fa570e6e144e4124f3038214f6f49d2acac0 (patch) | |
| tree | 236bbd89f87d804a33b3aea7e5a48cb03c70899e /webAO/styles/chatbox | |
| parent | 20cdeeda24c9ab9d216f2556c3658b118fe43c4b (diff) | |
adjust the text
Diffstat (limited to 'webAO/styles/chatbox')
| -rw-r--r-- | webAO/styles/chatbox/key.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/key.css b/webAO/styles/chatbox/key.css index cf979e7..50d2bc1 100644 --- a/webAO/styles/chatbox/key.css +++ b/webAO/styles/chatbox/key.css @@ -163,6 +163,8 @@ border: 2px white outset; border-radius: 100%; text-shadow: -1px -1px 0 #d7e5d9, 1px -1px 0 #d7e5d9, -1px 1px 0 #d7e5d9, 1px 1px 0 #d7e5d9; + font-size: small; + line-height: 1; } #client_clock_date { @@ -188,9 +190,11 @@ text-shadow: -1px -1px 0 darkgray, 1px -1px 0 darkgray, -1px 1px 0 darkgray, 1px 1px 0 darkgray; text-decoration: underline; font-size: smaller; + font-weight: bold; background-color: #c7856f; border: #ffc89f 3px ridge; border-radius: 100%; + line-height: 2; } #client_clock_time { |
