diff options
| author | Paul Buetow <paul@buetow.org> | 2021-12-27 22:15:55 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-12-27 22:15:55 +0000 |
| commit | bea85c18094b4f7dac869d1d7adfb2430fe7ddad (patch) | |
| tree | 4ac87d5a64df92654223eb345adab86c8f08998b /style.css | |
| parent | 419db0991c46b889dfee17380919eb1ded7f896e (diff) | |
new style
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,22 +4,22 @@ body { padding-right: 10px; max-width: 900px; background-color: #37585E; - color: #bbbfaf; + color: #ddddce; font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; font-style: normal; font-variant: normal; } h1 { - color: #ffffef; + color: #ffffff; } h2 { - color: #eeeede; + color: #ffffef; } h3 { - color: #ddddce; + color: #eeeede; } a { |
