aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss9
1 files changed, 9 insertions, 0 deletions
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
----------------------------------------
*/