From dd987e8454171420aefef0b68ec79362641c83ca Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Thu, 24 Oct 2024 08:29:26 -0500 Subject: [PATCH] Update _homepage.scss --- app/assets/stylesheets/geoportal/_homepage.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/geoportal/_homepage.scss b/app/assets/stylesheets/geoportal/_homepage.scss index 34ee0f3a7..44419e075 100644 --- a/app/assets/stylesheets/geoportal/_homepage.scss +++ b/app/assets/stylesheets/geoportal/_homepage.scss @@ -5,6 +5,10 @@ $black: #000000; // 0% $btaa-blue: #005E8E; $radius: 4px; +html { + background-color: $btaa-blue; +} + #survey-button { position: fixed; bottom:2rem;