From f0c03a9b8e15387c4defd0a0e3e0298324406fae Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Mon, 28 Aug 2023 21:33:44 -0500 Subject: Add wg2nd --- styles/defaults.scss | 39 +++------------------------------------ 1 file changed, 3 insertions(+), 36 deletions(-) (limited to 'styles') diff --git a/styles/defaults.scss b/styles/defaults.scss index e8cd0bf..cc0b9c6 100644 --- a/styles/defaults.scss +++ b/styles/defaults.scss @@ -1,41 +1,8 @@ body { - font-family: Inconsolata, monospace; - font-weight: 400; -} - -h1 { - font-size: 2.8rem; - font-weight: 300; - line-height: 1.167; - letter-spacing: -0.01562em; + font-family: Inconsolata, monospace; + font-weight: 400; } a { - text-decoration: none; -} - -p, ul { - margin-top: 0.3rem; - margin-bottom: 0.6rem; -} - -li { - margin: 0 0.08rem; + text-decoration: none; } - -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