diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-19 15:13:26 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-19 15:13:26 -0500 |
| commit | 9adb6f754d9e69b9db28b413eba90e3c4515d649 (patch) | |
| tree | 1cb45e6f84c69a856ef2af09dc281fbfdca826c7 /docs | |
| parent | ce364aeae795ca8a8e46e653b8024ac5a9ad0982 (diff) | |
Brighten error result display in dark mode
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css index 383c2b01..0aa2bc7a 100644 --- a/docs/style.css +++ b/docs/style.css @@ -230,7 +230,7 @@ a:visited { color: #3d155f; } .Number { color: #a73227; } .Comment { color: #3f3daa; } .String { color: #3e99ab; } - .Error { color: #a50d0d; } + .Error { color: #bb0e0e; } a:link { color: #5592d9; text-decoration-color: #508dd978; } a:visited { color: #8781c1; } |
