diff options
| author | Paul Buetow <paul@buetow.org> | 2022-12-10 13:01:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-12-10 13:01:08 +0200 |
| commit | eca61eb239aeef1dcee5a8c1974e18bb45707879 (patch) | |
| tree | fc414c05b844c37c4b1f7c9b7655e694c08b489f /extras/html/style.css | |
| parent | 9a92749dd2a645a06fc342e572a20d35d10762fa (diff) | |
| parent | 4e4ad7d68f4b161641259a34761d736e28071cf1 (diff) | |
merge
Diffstat (limited to 'extras/html/style.css')
| -rw-r--r-- | extras/html/style.css | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/extras/html/style.css b/extras/html/style.css index 4436917..8b74a0a 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -35,7 +35,7 @@ body { display: block; border-style: solid; border-width: 1px; - border-color: #232323; + border-color: #eeeeee; margin-bottom: 50px; } @@ -110,6 +110,7 @@ ul { } li { + color: purple; margin-left: 1em; margin-bottom: 0.25em; } @@ -127,17 +128,23 @@ img { } pre { - color: #000000; + color: #ffa500; + background-color: #000000; font-family: monospace; padding: 0; overflow-x: auto; scrollbar-width: none; - padding-left: 23px; + margin-left: 23px; + margin-right: 23px; + padding: 23px; + border: 4px solid #aaaaaa; + border-style: ridge; } span.inlinecode { - color: #ffffff; - background-color: #000000; font-family: monospace; - border: 2px solid #39aa00; + border: 2px solid #aaaaaa; + color: #ffa500; + padding: 1px; + background-color: #000000; } |
