diff options
author | Sven Gothel <[email protected]> | 2013-09-08 15:32:33 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-09-08 15:32:33 +0200 |
commit | 80187d258eeda0f0ddbb9469c84270a0c920b1a0 (patch) | |
tree | bfec9de60a55088baaacd5fae99745cd65d37226 | |
parent | c0ead6fa10280f8076704726d59f482b183fd77e (diff) |
JavaDoc Stylescheet: Less glowing blue links: 4444ff -> 4444cc
-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; |