From 29aca4009e628ef1f517ab15b1b9bd8d8a46cdde Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 29 Jun 2021 19:56:20 +0200 Subject: seperate objection and normal buttons --- webAO/styles/trilogy.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'webAO/styles/trilogy.css') diff --git a/webAO/styles/trilogy.css b/webAO/styles/trilogy.css index 82cabc9..9848bb7 100644 --- a/webAO/styles/trilogy.css +++ b/webAO/styles/trilogy.css @@ -13,6 +13,17 @@ body { border: 2px solid white; } +.objection_button { + margin: 1px; + padding: 2px 15px; + cursor: pointer; + text-align: center; + font-weight: bold; + color: white; + background-color: #2781b2; + border: 2px solid white; +} + .client_button:hover { outline: 1px solid #ffc31d; outline-offset: 7px; -- cgit