From 2a79fa570e6e144e4124f3038214f6f49d2acac0 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 27 Aug 2022 18:51:17 +0200 Subject: adjust the text --- webAO/styles/chatbox/key.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles/chatbox/key.css') 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 { -- cgit