diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/style.css | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/style.css b/doc/style.css index f635158..1a20eb0 100644 --- a/doc/style.css +++ b/doc/style.css @@ -12,10 +12,10 @@ a:link, a:visited {  	text-decoration: none;  }  a:link { -	color: #00a; +	color: #456625;  }  a:visited { -	color: #518; +	color: #647356;  }  a:hover {  	text-decoration: underline; @@ -390,8 +390,6 @@ ul, ol {  	margin-bottom: 0.75em;  }  .blankdesc { -	background-color: #eee; -	border: 1px solid #ddd;  	margin: 0;  	padding: 0;  }  |