Skip to content

Commit

Permalink
Return to original bg color after experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
robzolkos committed Nov 13, 2023
1 parent 95319bc commit 02e0992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<%= javascript_importmap_tags %>
</head>

<body class="bg-blue-100">
<body class="bg-slate-100">
<div class="py-24 sm:py-32">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-2xl lg:mx-0">
Expand Down

0 comments on commit 02e0992

Please sign in to comment.