summaryrefslogtreecommitdiff
path: root/styles/style.css
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-04-11 16:55:16 -0600
committerLogan Hunt <loganhunt@simponic.xyz>2022-04-11 16:55:16 -0600
commit491f532750da38f17e2891042bcb03f095ec4d92 (patch)
tree8319ee79d4ea65afd8f6eaf75c5a94d9a72ea1a1 /styles/style.css
parentec7b01918cc2aec22d4c408bdd460bf767377fbc (diff)
downloadbbiy-491f532750da38f17e2891042bcb03f095ec4d92.tar.gz
bbiy-491f532750da38f17e2891042bcb03f095ec4d92.zip
Move particle stuff to a system to simplify spawning particles
Diffstat (limited to 'styles/style.css')
-rw-r--r--styles/style.css4
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
+}