diff --git a/src/resources/style.css b/src/resources/style.css index 290b0e6..a38e5d5 100644 --- a/src/resources/style.css +++ b/src/resources/style.css @@ -122,7 +122,7 @@ a.active:hover { text-decoration: none; } /* run console ansi colors (based on base16-default-dark and base16-bright) */ :root { --ansi-black: #181818; - --ansi-red: #f8f8f8; + --ansi-red: #ff0000; --ansi-green: #a1b56c; --ansi-yellow: #f7ca88; --ansi-blue: #7cafc2;