diff options
Diffstat (limited to 'content/html/index.html')
| -rw-r--r-- | content/html/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/html/index.html b/content/html/index.html index 4b167943..a0869f6b 100644 --- a/content/html/index.html +++ b/content/html/index.html @@ -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; } |
