From 728181c41598130adea8070b423a3f6c38040015 Mon Sep 17 00:00:00 2001 From: n9k Date: Sat, 25 Jun 2022 09:17:13 +0000 Subject: [PATCH] Error pages: minor css change --- anonstream/templates/error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anonstream/templates/error.html b/anonstream/templates/error.html index dc02fe7..e8fb936 100644 --- a/anonstream/templates/error.html +++ b/anonstream/templates/error.html @@ -9,7 +9,7 @@ color: #ddd; font-family: sans-serif; font-size: 14pt; - margin: 4pt 6pt; + margin: 3pt 6pt; text-align: center; text-shadow: 2px 0px 1px orangered; }