aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-07-09 21:04:05 +0200
committersD <stoned@derpymail.org>2020-07-09 21:04:05 +0200
commit2fa5a2e49b4e65a153a3e734400d95d934933439 (patch)
treef0528e1a32d313c74c4d65355de9701734efcfaf /webAO
parenta680affb025bf469975e429b40d3e660b159f2d2 (diff)
make it slightly transparent to darken it
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/client.css4
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;