diff options
| author | Paul Buetow <paul@buetow.org> | 2022-01-23 16:05:26 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-01-23 16:05:26 +0000 |
| commit | ae60a9e86c8b7c748d869d4954ca5021e0d97b93 (patch) | |
| tree | 8d10b1124c386b376d43f2a624e48bb062c98677 /style.css | |
| parent | 10f0d630bfa4c50fda18c45832b81f5870c6e3ba (diff) | |
improve style
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -18,6 +18,7 @@ h1 { background-color: #000000; text-decoration: underline; margin-left: -23px; + max-width: 878px; } h2 { @@ -28,6 +29,7 @@ h2 { background-color: #000000; text-decoration: underline; margin-left: -11px; + max-width: 889px; } h3 { @@ -38,6 +40,7 @@ h3 { background-color: #000000; text-decoration: underline; margin-left: -5px; + max-width: 895px; } a { @@ -72,13 +75,12 @@ img { pre { display: block; - padding: 5px; overflow-x: auto; color: #ffffff; background-color: #000000; margin: 5px; padding: 23px; - border: 29px double white; + border: 29px double #8fbc8f; } a.textlink:before { |
