diff --git a/in/css/mgh.sass b/in/css/mgh.sass index 783f531..086d433 100644 --- a/in/css/mgh.sass +++ b/in/css/mgh.sass @@ -1,11 +1,17 @@ @import "extra.scss" @import url("all.css") +$bg: #00103D @font-face font-family: 'Science Gothic', monospace src: url('font/science-gothic.ttf') format('truetype') body - background-color: #00103D + background-color: $bg color: #EAE8E3 +.header + border: 4px solid scale-color($bg,$lightness:-25%) + background-color: scale-color($bg,$lightness:-25%) + a + text-decoration: underline .content h1 font-family: 'Science Gothic', monospace diff --git a/in/mgh/intro.txti b/in/mgh/intro.txti index e69de29..dd3f79b 100644 --- a/in/mgh/intro.txti +++ b/in/mgh/intro.txti @@ -0,0 +1,9 @@ +h1. The Solar System + +h2. Earth + +h2. Moon + +h2. Mars + +h2. Saturn