1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-09-28 14:30:45 +00:00

Update ansi-red by following base16-default-dark

base16-default-dark: https://base16.netlify.app/previews/base16-default-dark.html
This commit is contained in:
Benoit 2024-05-23 07:27:10 +09:00 committed by Oliver Giles
parent 27d2a760fd
commit 44aea1fc06

View File

@ -122,7 +122,7 @@ a.active:hover { text-decoration: none; }
/* run console ansi colors (based on base16-default-dark and base16-bright) */ /* run console ansi colors (based on base16-default-dark and base16-bright) */
:root { :root {
--ansi-black: #181818; --ansi-black: #181818;
--ansi-red: #ff0000; --ansi-red: #ab4642;
--ansi-green: #a1b56c; --ansi-green: #a1b56c;
--ansi-yellow: #f7ca88; --ansi-yellow: #f7ca88;
--ansi-blue: #7cafc2; --ansi-blue: #7cafc2;