Checkout UI: Decrease overlay opacity

This commit is contained in:
Dennis Reimann 2020-09-30 12:09:52 +02:00
parent 6d49093620
commit 8a4834dd2b
No known key found for this signature in database
GPG Key ID: 5009E1797F03F8D0

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;
}