From f8b9f9bdb3af71d36d75a769976b72ddae519001 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 21 Jun 2023 02:29:06 +0300 Subject: vnext: fix stylelint warnings --- vnext/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vnext') diff --git a/vnext/src/index.css b/vnext/src/index.css index 6256a3aa..42f7effa 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -614,7 +614,7 @@ blockquote { display: flex; align-items: center; justify-content: center; - background-color: rgba(0, 0, 0, 30%); + background-color: rgba(0, 0, 0, 0.3); } #dialogw { @@ -643,7 +643,7 @@ blockquote { } .header_image { - background: rgba(0, 0, 0, 28%); + background: rgba(0, 0, 0, 0.28); } #dialogc { -- cgit v1.2.3