Skip to content

Commit

Permalink
Removed gradient from single page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbum committed Dec 8, 2023
1 parent 70cf139 commit e09bf4e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/site/_includes/layouts/single-column.njk
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{% extends "layouts/index.njk" %}
{% block content %}
<style>
:root {
--top-gradient:linear-gradient(#fbefe0, #fff 600px);
}
body {
background: var(--top-gradient);
}
</style>
<main id="body-content" class="cagov-main">
<article id="post-{{ page.fileSlug }}" class="cagov-article with-single-column">
<h1 class="page-title">
Expand Down

0 comments on commit e09bf4e

Please sign in to comment.