From defaf5b6511588d3a00809979c9e0cf3ffd0766e Mon Sep 17 00:00:00 2001 From: sD Date: Mon, 13 Jul 2020 19:43:32 +0200 Subject: aa: match the border radius to the original game --- webAO/styles/chatbox/aa.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/styles/chatbox/aa.css') diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index 0d6eff1..30c4884 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -100,7 +100,7 @@ border-color: rgba(255, 255, 255, 0.5); border-style: ridge groove groove ridge; border-width: 0.15em; - border-radius: 0.3em; + border-radius: 0.2em; background-color: rgba(0, 0, 16, 0.5); font-size: 1.6em; word-break: keep-all; -- cgit