diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-08-28 21:33:44 -0500 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-08-28 21:33:44 -0500 |
commit | f0c03a9b8e15387c4defd0a0e3e0298324406fae (patch) | |
tree | 564011d0265666953b17258954ff68614ff6566a /styles | |
parent | 2f0439621cff059e414d67f6ce43a7a6c4de13bc (diff) | |
download | homepage-f0c03a9b8e15387c4defd0a0e3e0298324406fae.tar.xz homepage-f0c03a9b8e15387c4defd0a0e3e0298324406fae.zip |
Add wg2nd
Diffstat (limited to 'styles')
-rw-r--r-- | styles/defaults.scss | 39 |
1 files changed, 3 insertions, 36 deletions
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 |