summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDougal Maclaurin <dougalm@google.com>2019-10-03 00:44:22 -0400
committerDougal Maclaurin <dougalm@google.com>2019-10-03 00:44:22 -0400
commit04ea203098265dab6bf0bbccc11311011aef6bc1 (patch)
tree15ac9f90f15a145e730d248d8f1348340534953b /static
parentc74f15d805936ca2d71f696a5d5e9a2aeeb70b85 (diff)
Notebook tweak
Diffstat (limited to 'static')
-rw-r--r--static/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 5f4c0f29..65e99ec9 100644
--- a/static/style.css
+++ b/static/style.css
@@ -18,14 +18,18 @@ body {
white-space: pre;
}
+.result-block {
+ border-left: 3px solid #87CEFA;
+}
+
.prose-block {
line-height: 140%;
}
.err-block {
font-weight: bold;
- color: #A80000;
- border-left: 3px solid #A80000;
+ color: #B22222;
+ border-left: 3px solid #B22222;
}
.comment {