diff options
| author | sD <stoned@derpymail.org> | 2019-12-21 21:33:29 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-21 21:33:29 +0100 |
| commit | 9c45746e60abd16e5214cdba7ec8692ab7dfe011 (patch) | |
| tree | 8a54752c4f0108ff21fdfb75870ce3ef0d895d57 /webAO/client.css | |
| parent | 3b80b4e1fa3de2d7d9591c0ccca5ce23c4afe93a (diff) | |
black text is better readable
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |
