From c5eef0418df2ae6a97c54839fa010ff60d96f78b Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 8 Jan 2022 16:14:51 -0500 Subject: =?UTF-8?q?Add=20error=20messages=20to=20generated=20markdown=20do?= =?UTF-8?q?cs=20with=20=E2=80=A2CurrentError=20(fixes=20#22)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index 9adb848e..383c2b01 100644 --- a/docs/style.css +++ b/docs/style.css @@ -194,6 +194,7 @@ kbd { .Number { color: #6f251f; } .Comment { color: #32328b; } .String { color: #2d7583; } +.Error { color: #ee3030; } a:link { color: #0b39dc; text-decoration-color: #0b39dc91; } a:visited { color: #3d155f; } @@ -229,6 +230,7 @@ a:visited { color: #3d155f; } .Number { color: #a73227; } .Comment { color: #3f3daa; } .String { color: #3e99ab; } + .Error { color: #a50d0d; } a:link { color: #5592d9; text-decoration-color: #508dd978; } a:visited { color: #8781c1; } -- cgit v1.2.3