From e077a5e390d1bdaeb132ea6c3fe55cfed8c0dd9f Mon Sep 17 00:00:00 2001 From: Roomote Date: Mon, 27 Apr 2026 15:29:48 +0000 Subject: [PATCH] style: make page background red --- app/assets/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 1bc8ecd..559f6e7 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -4,6 +4,7 @@ */ body { + background-color: red; margin: 0; padding: 0; }