Apply a nice dark colour to the default layout
This commit is contained in:
parent
e482be4475
commit
fcc02bf36f
2 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,11 @@
|
||||||
body
|
body
|
||||||
|
background-color: #1d1f21
|
||||||
|
color: #c9cacc
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
min-height: 100vh
|
min-height: 100vh
|
||||||
> main
|
> main
|
||||||
flex: 1
|
flex: 1
|
||||||
|
> footer
|
||||||
|
text-align: center
|
||||||
|
padding-bottom: 1em
|
||||||
|
|
|
@ -27,9 +27,6 @@
|
||||||
<main>
|
<main>
|
||||||
^{widget}
|
^{widget}
|
||||||
|
|
||||||
<!-- Footer -->
|
|
||||||
<footer>
|
<footer>
|
||||||
<div .container>
|
All content on this site is licensed under
|
||||||
<p .text-muted>
|
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>.
|
|
||||||
|
|
Loading…
Reference in a new issue