diff options
-rw-r--r-- | make/doc/javadoc/stylesheet.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/doc/javadoc/stylesheet.css b/make/doc/javadoc/stylesheet.css index 2c05854..9f63956 100644 --- a/make/doc/javadoc/stylesheet.css +++ b/make/doc/javadoc/stylesheet.css @@ -22,14 +22,14 @@ a:hover, a:focus { } a:active { text-decoration:none; - color:#4444ff; + color:#4444cc; } a[name] { - color:#4444ff; + color:#4444cc; } a[name]:hover { text-decoration:none; - color:#4444ff; + color:#4444cc; } pre { font-size:1.3em; |