From 30058c6b05e2bb95dcfb016f3012dee6e73cdc63 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 13 May 2021 19:37:30 +0100 Subject: yet another style --- content/html/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/html/index.html') 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; } -- cgit v1.2.3