diff --git a/examples/style/examples.css b/examples/style/examples.css index f481c241..3fd66ff4 100644 --- a/examples/style/examples.css +++ b/examples/style/examples.css @@ -51,12 +51,12 @@ html, body { z-index: 10000; top: 0px; left: 0px; - background-color: rgba(0, 0, 0, 0.5); } + background-color: rgba(0, 0, 0, 0.8); } #MobileStart #Button { position: absolute; left: 50%; top: 50%; - background-color: black; + background-color: #7F33ED; color: white; font-family: monospace; border-radius: 3px; diff --git a/examples/style/examples.scss b/examples/style/examples.scss index 110d0e78..9aaf8b52 100644 --- a/examples/style/examples.scss +++ b/examples/style/examples.scss @@ -83,7 +83,7 @@ html, body { z-index: 10000; top: 0px; left: 0px; - background-color: rgba(0, 0, 0, 0.5); + background-color: rgba(0, 0, 0, 0.8); $ButtonSize : 80px; @@ -91,7 +91,7 @@ html, body { position: absolute; left: 50%; top: 50%; - background-color: black; + background-color: $purple; color: white; font-family: monospace; border-radius: $margin;