Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/frontend/stylesheets/application.tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 <body> 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
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</head>

<body class="<%= controller.controller_name %> <%= controller.action_name %>
flex flex-col min-h-screen bg-white">
flex flex-col min-h-screen bg-canvas">
<%= yield :body_start %>
<%= render "shared/svg_symbols" %>
<div class="flex-grow flex flex-col" id="main">
Expand Down