From 8567173c77761c9e4e93219786c4b790a06bd1c7 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Thu, 7 Apr 2022 21:47:35 +0930 Subject: [PATCH] Make the error message more prominent. --- web/layout.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/web/layout.tmpl b/web/layout.tmpl index 588d020..dee3ecd 100644 --- a/web/layout.tmpl +++ b/web/layout.tmpl @@ -57,6 +57,7 @@ } .error { color: red; + font-size: 150%; } .success { color: green;