From f7309594c2983aa38ed351e37d1a3d2ae1c0ccb8 Mon Sep 17 00:00:00 2001 From: Roomote Date: Wed, 18 Mar 2026 15:51:00 +0000 Subject: [PATCH] Make homepage background red --- app/assets/stylesheets/application.css | 4 ++++ app/views/home/index.html.erb | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 1bc8ecd..77fdf04 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -7,3 +7,7 @@ body { margin: 0; padding: 0; } + +.home-page { + background-color: #f00; +} diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 0b34352..fc63ec7 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,9 +1,9 @@ <%= turbo_stream_from "counter" %> -
+
-

Hello, World!

-

Rails 8 Full Stack Demo

+

Hello, World!

+

Rails 8 Full Stack Demo

<% if notice %>