Add a footer to the html pages

This commit is contained in:
yflory
2017-02-03 16:52:55 +01:00
parent 02439e0f61
commit 9c4c378d6a
13 changed files with 676 additions and 388 deletions

View File

@@ -0,0 +1,7 @@
@import "./variables.less";
footer {
background: @dark-base;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
padding-top: 1em;
}