Checkout UI: Decrease overlay opacity

This commit is contained in:
Dennis Reimann
2020-09-30 12:09:52 +02:00
parent 6d49093620
commit 8a4834dd2b

View File

@@ -33,9 +33,8 @@
{
<style type="text/css">
body {
background: rgba(55, 58, 60, 0.4);
background: rgba(25, 25, 25, 0.9);
}
.close-icon {
display: flex;
}