From 2a517d31dffff7e0b6ef9056f6edf6b033ce81bd Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 19 Feb 2010 04:11:57 +1300 Subject: [PATCH] help.stylesheet: tweak color --- basis/help/stylesheet/stylesheet.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/stylesheet/stylesheet.factor b/basis/help/stylesheet/stylesheet.factor index d5b783fef8..254b65e5ac 100644 --- a/basis/help/stylesheet/stylesheet.factor +++ b/basis/help/stylesheet/stylesheet.factor @@ -83,7 +83,7 @@ H{ SYMBOL: output-style H{ { font-style bold } - { foreground COLOR: dark-red } + { foreground COLOR: DarkOrange4 } } output-style set-global SYMBOL: url-style