Fix wrong ANSI red color in the CSS

master
Benoit 4 weeks ago committed by Oliver Giles
parent fc6343bd19
commit 27d2a760fd

@ -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;

Loading…
Cancel
Save