From 491f532750da38f17e2891042bcb03f095ec4d92 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Mon, 11 Apr 2022 16:55:16 -0600 Subject: Move particle stuff to a system to simplify spawning particles --- styles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'styles') 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 +} -- cgit v1.2.3-70-g09d2