diff --git a/.docs/_includes/theme.njk b/.docs/_includes/theme.njk index 4faa0ba..e01e0e6 100644 --- a/.docs/_includes/theme.njk +++ b/.docs/_includes/theme.njk @@ -27,7 +27,7 @@ {{ content | safe }} diff --git a/.docs/css/theme.css b/.docs/css/theme.css index 9dd65f3..b967802 100644 --- a/.docs/css/theme.css +++ b/.docs/css/theme.css @@ -142,6 +142,14 @@ input[type=text], input[type=number], textarea border-radius: 5px; } +footer { + margin: 3em 0 0 0; + padding: 1em; + text-align: center; + background: var(--bg-bright); + color: var(--text-bright); +} + /* Utility / layout aids */ .float.left { float: left; }