From 8b2ce91711ef0c44ecd0111dda29584a775476b6 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 7 Mar 2023 20:30:14 +0100 Subject: darker bg --- webAO/styles/chatbox/yttd.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webAO') diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css index 3856cb5..22a9aae 100644 --- a/webAO/styles/chatbox/yttd.css +++ b/webAO/styles/chatbox/yttd.css @@ -52,7 +52,7 @@ left: 0; height: 30%; min-width: 10%; - background-color: rgba(0, 0, 0, 0.5); + background-color: rgba(0, 0, 0, 0.6); border-image-source: url("yttd.png"); border-image-slice: 20; border-image-width: 20px; @@ -77,7 +77,7 @@ border-image-slice: 20; border-image-width: 20px; border-width: 20px; - background-color: rgba(0, 0, 0, 0.5); + background-color: rgba(0, 0, 0, 0.6); overflow-wrap: break-word; text-align: left; overflow: hidden; -- cgit