From 2c70f29158231cab4fc1309e0eda5053fe5399f5 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sun, 30 Jul 2023 10:02:19 +0200 Subject: [PATCH] fix opacity --- src/components/styled/views/Board.styled.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/styled/views/Board.styled.jsx b/src/components/styled/views/Board.styled.jsx index d929ecc5..22421be0 100644 --- a/src/components/styled/views/Board.styled.jsx +++ b/src/components/styled/views/Board.styled.jsx @@ -1905,7 +1905,7 @@ export const BoardForm = styled.div` .file-thumb { float: left; margin: 3px 20px 5px 20px; - background-color: rgba(0, 0, 0, 0.1); + background-color: rgba(0, 0, 0, 0.05); } .reply-file-text { @@ -2850,7 +2850,7 @@ export const BoardForm = styled.div` } .file-thumb { - background-color: rgba(255, 255, 255, 0.05) !important; + background-color: rgba(255, 255, 255, 0.01) !important; } .op-container {