From 483108408d8f0dd672638f42905637ee76186aca Mon Sep 17 00:00:00 2001 From: Atlas Cove Date: Sat, 11 Feb 2023 21:20:32 +0000 Subject: [PATCH] MgH Content --- in/css/mgh.sass | 8 +++++++- in/mgh/intro.txti | 9 +++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) 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