aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-09-30 20:49:10 +0000
committerDavid Robillard <d@drobilla.net>2012-09-30 20:49:10 +0000
commit9c17a7a1407e4fced9c35b3b5df13624779df754 (patch)
tree0078f094cad96b439e3427d62eed15b06a62b150 /doc
parent3bbce7c5437aea1243bcd556f6b2232564cb3ab3 (diff)
downloadlv2-9c17a7a1407e4fced9c35b3b5df13624779df754.tar.xz
Use neutral colours for header and footer.
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css
index 0bca02e..c7a6280 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -52,7 +52,7 @@ h6 {
font-weight: 450;
}
#header {
- background-color: #ECF3F1;
+ background-color: #F3F3F3;
border: 0;
border-bottom: 1px solid #DDD;
margin: 0 0 1em 0;
@@ -320,7 +320,7 @@ blockquote {
margin: 2em 0 0;
padding: 0 1em 1em 1em;
vertical-align: top;
- background-color: #ECF3F1;
+ background-color: #F3F3F3;
border-top: 1px solid #DDD;
}
#footer div {