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