diff options
Diffstat (limited to 'styles/style.css')
-rw-r--r-- | styles/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/styles/style.css b/styles/style.css index 500b365..9f0dc5c 100644 --- a/styles/style.css +++ b/styles/style.css @@ -46,13 +46,14 @@ body { .menu { text-align:center; + max-width: 400px; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position:absolute; - background-color: rgba(255,255,255,0.75); + background-color: rgba(200,200,255,0.90); border: 1px solid #fff; border-radius: 5px; padding: 12px; @@ -69,4 +70,4 @@ body { .menu-button:hover { background-color: #d0d0d0; -} +}
\ No newline at end of file |