From da85cb6999a6abc0d4e1ad2fb956d9753524e84d Mon Sep 17 00:00:00 2001 From: Roomote Date: Fri, 13 Mar 2026 16:47:53 +0000 Subject: [PATCH] style: set body background to 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..c3126f9 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -6,4 +6,5 @@ body { margin: 0; padding: 0; + background-color: red; }