diff --git a/app/frontend/stylesheets/application.tailwind.css b/app/frontend/stylesheets/application.tailwind.css index d64734ab9..dd8b96e82 100644 --- a/app/frontend/stylesheets/application.tailwind.css +++ b/app/frontend/stylesheets/application.tailwind.css @@ -17,6 +17,10 @@ --color-info: var(--color-blue-500); --color-success: var(--color-green-500); --color-transparent: transparent; + /* AWBW brand page background — "BACKGROUND COLOR: #FCFAEB" in + app/assets/images/brand/awbw-brand-guide.pdf. The site canvas; change it here + and every `bg-canvas` (the
in the app layout) updates. */ + --color-canvas: #fcfaeb; --font-telefon: "Telefon Bold", sans-serif; /* Social network brand colors, used for the hover fill on share/follow diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 44e963e68..212bdf045 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -31,7 +31,7 @@ + flex flex-col min-h-screen bg-canvas"> <%= yield :body_start %> <%= render "shared/svg_symbols" %>