From 9c45746e60abd16e5214cdba7ec8692ab7dfe011 Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 21 Dec 2019 21:33:29 +0100 Subject: black text is better readable --- webAO/client.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webAO') diff --git a/webAO/client.css b/webAO/client.css index 0783922..f2bf434 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -515,9 +515,10 @@ img { display: inline-block; padding: 6px; border-radius: 5px; - border-color: black; + border-color: white; border-width: 1px; cursor: pointer; + color: #000; } .area-button:hover { -- cgit