diff options
| author | Paul Buetow <paul@buetow.org> | 2022-04-06 19:32:47 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-04-06 19:32:47 +0100 |
| commit | 72ba25c9226f293d7d18a45782d1788eee212758 (patch) | |
| tree | 1e51f8ffb6a410715cf9c98028b1df5dc6899865 /style.css | |
| parent | b8171a477ec1b8a2b73de174c75abc414584e12e (diff) | |
new style refinement
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -8,7 +8,7 @@ body { font: normal 14px monospace; - width: 100%; + width: 99%; max-width: 800px; margin: 2em auto 0; padding: 0 20px; @@ -23,13 +23,9 @@ h1, h2, h3 { h1 { font-size: 1.5em; - color: #9CFF00; - background-color: #000000; - padding: 0 10px; } h2 { - margin-top: 1em; font-size: 1.25em; } |
