aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Login.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/ui/Login.css')
-rw-r--r--vnext/src/ui/Login.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/ui/Login.css b/vnext/src/ui/Login.css
index 30f107f5..46d16878 100644
--- a/vnext/src/ui/Login.css
+++ b/vnext/src/ui/Login.css
@@ -10,7 +10,7 @@
display: flex;
align-items: center;
justify-content: center;
- background-color: rgba(0, 0, 0, 0.3);
+ background-color: rgba(0, 0, 0, 30%);
}
#dialogw {
z-index: 11;
@@ -34,7 +34,7 @@
align-items: center;
}
.header_image {
- background: rgba(0, 0, 0, 0.28);
+ background: rgba(0, 0, 0, 28%);
}
#dialogc {
cursor: pointer;