diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-10-26 16:24:21 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-10-26 16:24:21 +0100 |
| commit | 1bdf0994e117d86db1aeeb43c2aa677e00d9a05c (patch) | |
| tree | d142f3901a98cd8cf2ac5f3f372a0ffe53fd5b2d /webAO/styles/chatbox | |
| parent | b4054f525ed6e7b0e3cd6658f6e3ab261d89e437 (diff) | |
match the colors better on the clannadv box
Diffstat (limited to 'webAO/styles/chatbox')
| -rw-r--r-- | webAO/styles/chatbox/key.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/styles/chatbox/key.css b/webAO/styles/chatbox/key.css index d4256e7..b3b8d4a 100644 --- a/webAO/styles/chatbox/key.css +++ b/webAO/styles/chatbox/key.css @@ -51,9 +51,9 @@ left: 0; bottom: 0; width: 100%; - height: 80%; - background: rgba(000,043,152,0.5); - background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(000,043,152,0.5) 5%, rgba(000,043,152,0.5) 95%, rgba(0,0,0,0) 100%); + height: 80%; + background: rgba(000,000,080,0.5); + background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(000,000,80,0.5) 5%,rgba(000,000,080,0.5) 95%, rgba(0,0,0,0) 100%); } #client_name { |
