aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {