Skip to content

Commit

Permalink
add gray background to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
katrina-cityofdetroit committed Jul 31, 2024
1 parent e8877e8 commit 183677d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ <h3 id="supp-title" class="accordion-title">
<br>
<h4 id="sidebar-title">Summary</h4>
<br>
<h5 id="section-header"><strong>Baseline</strong></h5>
<h5 class="section-header"><strong>Baseline</strong></h5>
<div id="baseline-stats"></div>
<!-- Supplemental data -->
<h5 id="section-header"><strong>Supplemental</strong></h5>
<h5 class="section-header"><strong>Supplemental</strong></h5>
<div id="supp-stats"></div>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions src/js/components/sidebar/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,8 @@ hr {

h6 {
font-weight: 600;
}

.section-header {
background-color: var(--mediumGray);
}

0 comments on commit 183677d

Please sign in to comment.