Skip to content

Commit

Permalink
Accessibility tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveBathnes committed Sep 17, 2024
1 parent 9aca8bd commit c366848
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion _includes/components/tags.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% if page.tags and page.tags.size > 0 %}
<h4>Page tags</h4>
<div class="metatags">
{% for child in page.tags %}
<p class="label">
Expand Down
4 changes: 4 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ a,
color: #1565c0 !important;
}

.site-footer {
background-color: #5c5962 !important;
}

.table-wrapper {
box-shadow: none !important;
}
Expand Down

0 comments on commit c366848

Please sign in to comment.