diff options
Diffstat (limited to 'webAO/styles/trilogy.css')
| -rw-r--r-- | webAO/styles/trilogy.css | 11 |
1 files changed, 11 insertions, 0 deletions
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; |
