From 8d2f64e441c041f317130f372760f4e5a76a171f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 27 Aug 2020 20:58:31 +0200 Subject: Propagate errors to HTML search page. --- static/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index 9cc8916e..322f62f3 100644 --- a/static/style.scss +++ b/static/style.scss @@ -671,6 +671,15 @@ along with their colors. } } +.error { + border: 3px solid red; + background-color: pink; + + pre { + padding: 1em; + } +} + /* Popups ---------------------------------------- */ -- cgit v1.2.3