diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-13 19:37:30 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-05-13 19:37:30 +0100 |
| commit | 3ed0ea722af7a613c37e139b9bea970b14572b82 (patch) | |
| tree | bf4afa7747836f14b3e056be10a8b154a96d5c52 /header.html.part | |
| parent | 8484a585d2633d49ff4090005ce9863d7014f074 (diff) | |
yet another style
Diffstat (limited to 'header.html.part')
| -rw-r--r-- | header.html.part | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/header.html.part b/header.html.part index c011028b..0c69e6d9 100644 --- a/header.html.part +++ b/header.html.part @@ -9,7 +9,7 @@ body { margin: auto; max-width: 900px; background-color: #FFFFEF; - border: 1px dashed #990000; + border: 1px dashed #880000; border-radius: 8px; padding: 5px; } @@ -33,7 +33,7 @@ a.textlink:hover { text-decoration: underline; } pre { - border: 1px dotted #FFA500; + border: 1px dashed #BB0000; border-radius: 8px; padding: 5px; } |
