aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-06-21 02:29:06 +0300
committerGravatar Vitaly Takmazov2023-06-21 02:29:06 +0300
commitf8b9f9bdb3af71d36d75a769976b72ddae519001 (patch)
tree6fe2b4992b18cf79d97c4af9dfed2297e371b2a0 /vnext
parentadff50b02bc1da905c6318975574b349aa99a441 (diff)
vnext: fix stylelint warnings
Diffstat (limited to 'vnext')
-rw-r--r--vnext/src/index.css4
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 {