diff options
author | Vitaly Takmazov | 2023-06-21 02:29:06 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-06-21 02:29:06 +0300 |
commit | f8b9f9bdb3af71d36d75a769976b72ddae519001 (patch) | |
tree | 6fe2b4992b18cf79d97c4af9dfed2297e371b2a0 | |
parent | adff50b02bc1da905c6318975574b349aa99a441 (diff) |
vnext: fix stylelint warnings
-rw-r--r-- | vnext/src/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |