Apply a nice dark colour to the default layout

This commit is contained in:
Danielle McLean 2017-10-04 16:42:16 +11:00
parent e482be4475
commit fcc02bf36f
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
2 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,11 @@
body
background-color: #1d1f21
color: #c9cacc
display: flex
flex-direction: column
min-height: 100vh
> main
flex: 1
> footer
text-align: center
padding-bottom: 1em

View file

@ -27,9 +27,6 @@
<main>
^{widget}
<!-- Footer -->
<footer>
<div .container>
<p .text-muted>
All content on this site is licensed under a
<a rel="license" href="//creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
All content on this site is licensed under
a <a rel="license" href="//creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.