design update

This commit is contained in:
Garry Ing
2021-03-24 22:18:10 -04:00
parent 186a1d0164
commit 7dc9269989
8 changed files with 132 additions and 73 deletions

View File

@ -1,9 +1,9 @@
<!doctype html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{%- include head.html -%}
<body class="dark-green sans-serif links-dark-green bg-washed-green">
<body class="dark-green sans-serif bg-washed-green">
{%- include header.html -%}
<main aria-label="Content">
<main class="links-dark-green" aria-label="Content">
{{ content }}
</main>
{%- include footer.html -%}