diff options
| author | sD <stoned@derpymail.org> | 2020-07-09 21:04:05 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-07-09 21:04:05 +0200 |
| commit | 2fa5a2e49b4e65a153a3e734400d95d934933439 (patch) | |
| tree | f0528e1a32d313c74c4d65355de9701734efcfaf /webAO/styles/client.css | |
| parent | a680affb025bf469975e429b40d3e660b159f2d2 (diff) | |
make it slightly transparent to darken it
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index f49b395..043c6c6 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -345,6 +345,10 @@ overflow-y: hidden; } +.client_button.dark { + opacity: 0.5; +} + #client_emo { position: relative; top: 10px; |
