aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-05-28 14:07:45 -0700
committerMark Otto <[email protected]>2015-05-28 14:07:45 -0700
commit9b1d5adf3f50cc62ac9b5fc853c2cf0796238588 (patch)
tree4b1d641bbed40c43f84eab0b346b7f9bee159e02 /docs
parent74d17ab7a025cc05784c9fb69b91264bb08a46b8 (diff)
downloadbootstrap-9b1d5adf3f50cc62ac9b5fc853c2cf0796238588.tar.xz
bootstrap-9b1d5adf3f50cc62ac9b5fc853c2cf0796238588.zip
change holder from blue to gray
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index b9a64c317..a477301e6 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -64,8 +64,8 @@ SimpleJekyllSearch.init({
})
Holder.addTheme('gray', {
- background: '#0275d8',
- foreground: 'rgba(255,255,255,.65)',
+ background: '#777',
+ foreground: 'rgba(255,255,255,.75)',
font: 'Helvetica',
fontweight: 'normal',
size: 16,