summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-08-29 03:01:39 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-08-29 03:01:39 +0200
commit8a483511cbcfe0ef681a41ef6df9d85d7e6bef28 (patch)
tree2a6e605d4c0d8c6532b332adbd779b7dbbebeea9 /docs
parentcebb61d8ddf20121664509f52dbdf7e010dc1cf2 (diff)
docs: theme: use a lighter green
Diffstat (limited to 'docs')
-rw-r--r--docs/_themes/local/static/local.css_t9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/_themes/local/static/local.css_t b/docs/_themes/local/static/local.css_t
index 4395cc97b..ca5ce577e 100644
--- a/docs/_themes/local/static/local.css_t
+++ b/docs/_themes/local/static/local.css_t
@@ -31,7 +31,7 @@ div.documentwrapper {
float: right;
width: 760px;
padding: 0 20px 20px 20px;
- color: #00aa00;
+ color: #00cc00;
background-color: #000000;
margin-bottom: 2em;
}
@@ -48,7 +48,7 @@ div.sphinxsidebar {
h1, h2, h3 {
font-weight: normal;
- color: #33dd33;
+ color: #33ff33;
}
h1 {
@@ -99,12 +99,12 @@ div.sphinxsidebar a:link, div.sphinxsidebar a:visited {
}
div.sphinxsidebar {
- color: #00aa00;
+ color: #00cc00;
background: 0000000;
}
div.sphinxsidebar input {
- color: #00cc00;
+ color: #00ff00;
background: 0000000;
border: 1px solid #444444;
}
@@ -171,4 +171,3 @@ div.seealso {
border-radius: .4em;
box-shadow: 2px 2px #dd6;
}
-