From 7e58b9fee20bde9c6802c1d226521ae17a2a0ad6 Mon Sep 17 00:00:00 2001 From: Carlos Guilherme Alves Cardoso <88907276+carlos-guilherme-ac@users.noreply.github.com> Date: Sat, 10 Sep 2022 21:22:09 -0300 Subject: [PATCH] Ajusta background --- blog.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog.css b/blog.css index a9a795e..2fc775a 100644 --- a/blog.css +++ b/blog.css @@ -17,7 +17,7 @@ height: 90vh; }} .mask { - background-color: rgba(0, 0, 0, 0.3); + background-color: rgba(0, 0, 0, 0.4); margin: 0; padding: 0; height: 100%; @@ -145,4 +145,4 @@ } .liked { font-weight: bold; - } \ No newline at end of file + }