diff options
| author | Paul Buetow <paul@buetow.org> | 2021-12-26 21:26:38 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-12-26 21:26:38 +0000 |
| commit | 7e59dc90dd0dfe83c0df7c8b51ae52afde87280f (patch) | |
| tree | 57926ea57dc6f90aa15ff9f04b6b7473502bd17c /style.css | |
| parent | a39045ed00a6a3db44cdcec89f287e84b12278fa (diff) | |
new style
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 45 |
1 files changed, 38 insertions, 7 deletions
@@ -3,17 +3,36 @@ body { padding-left: 10px; padding-right: 10px; max-width: 900px; - font-family: "courier new"; background-color: #37585E; - color: #bbbfbf; + color: #bbbfaf; + font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; + font-style: normal; + font-variant: normal; } -h1,h2,h3 { - color: #55bc90; +h1 { + color: #ffffef; + font-size: 24px; + font-weight: 700; + line-height: 26.4px; +} + +h2 { + color: #ffffef; + font-size: 20px; + font-weight: 700; + line-height: 19.0px; +} + +h3 { + color: #ffffef; + font-size: 14px; + font-weight: 700; + line-height: 15.4px; } a { - color: cyan; + color: #99ccff; text-decoration: none; } @@ -23,7 +42,7 @@ a:hover { } li { - color: cyan; + color: #99ccff; } img { @@ -36,9 +55,12 @@ img { pre { display: block; background-color: #111; - color: #66cdaa; + color: #bbbfaf; padding: 5px; overflow-x: auto; + font-size: 13px; + font-weight: 400; + line-height: 18.5667px; } a.textlink:before { @@ -46,8 +68,17 @@ a.textlink:before { padding-left: 2px; } +p { + font-size: 14px; + font-weight: 400; + line-height: 20px; +} + p.quote { color: #ffffff; + font-size: 21px; + font-weight: 400; + line-height: 30px; } p.quote:before { |
