From 9decc18f424f4ace94b013221704e9b1dd4545bc Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Sun, 22 Dec 2024 01:19:47 +0000 Subject: [PATCH] remove background color --- assets/styles/app.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/styles/app.css b/assets/styles/app.css index a46f8af..872599c 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -1,7 +1,3 @@ -body { - background-color: pink; -} - .notification .badge { position: absolute; top: -8px;