From f1f25f4764dd8d297a59765b0df85f55da2b39ee Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Mon, 19 Jul 2021 21:08:50 -0500 Subject: Init --- styles/defaults.scss | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 styles/defaults.scss (limited to 'styles/defaults.scss') diff --git a/styles/defaults.scss b/styles/defaults.scss new file mode 100644 index 0000000..e8cd0bf --- /dev/null +++ b/styles/defaults.scss @@ -0,0 +1,41 @@ +body { + font-family: Inconsolata, monospace; + font-weight: 400; +} + +h1 { + font-size: 2.8rem; + font-weight: 300; + line-height: 1.167; + letter-spacing: -0.01562em; +} + +a { + text-decoration: none; +} + +p, ul { + margin-top: 0.3rem; + margin-bottom: 0.6rem; +} + +li { + margin: 0 0.08rem; +} + +h3 { + font-size: 1.5rem; + margin-top: 0.4rem; + margin-bottom: 1rem; +} + +ul { + list-style-type: disc; + list-style-position: inside; +} + +ul > ul { + list-style-type: circle; + list-style-position: inside; + margin-left: 1em; +} \ No newline at end of file -- cgit v1.2.3