diff options
| author | Paul Buetow <paul@buetow.org> | 2021-12-26 21:33:58 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-12-26 21:33:58 +0000 |
| commit | 419db0991c46b889dfee17380919eb1ded7f896e (patch) | |
| tree | 1d40f182fe849d1b985932198831fbff657ef4ed /style.css | |
| parent | 7e59dc90dd0dfe83c0df7c8b51ae52afde87280f (diff) | |
new stylesheet
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 25 |
1 files changed, 2 insertions, 23 deletions
@@ -12,23 +12,14 @@ body { 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; + color: #eeeede; } h3 { - color: #ffffef; - font-size: 14px; - font-weight: 700; - line-height: 15.4px; + color: #ddddce; } a { @@ -58,9 +49,6 @@ pre { color: #bbbfaf; padding: 5px; overflow-x: auto; - font-size: 13px; - font-weight: 400; - line-height: 18.5667px; } a.textlink:before { @@ -68,17 +56,8 @@ 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 { |
