diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-08 16:14:51 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-08 16:18:16 -0500 |
| commit | c5eef0418df2ae6a97c54839fa010ff60d96f78b (patch) | |
| tree | 7ad892f4d416cfcf380e3a26164df4d240a82037 /docs/style.css | |
| parent | ded5581732544165dbb14fb2481ab3855104c638 (diff) | |
Add error messages to generated markdown docs with •CurrentError (fixes #22)
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |
