diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/style.css b/styles/style.css index 7cfa5c7..500b365 100644 --- a/styles/style.css +++ b/styles/style.css @@ -19,7 +19,7 @@ body { border: 3px solid grey; border-radius: 5px; max-width: 100%; - background-color: rgba(0, 0, 0, 0.95); + background-color: rgba(0, 0, 25, 0.9); } .game-hud { @@ -69,4 +69,4 @@ body { .menu-button:hover { background-color: #d0d0d0; -}
\ No newline at end of file +} |