diff options
| author | Mark Otto <[email protected]> | 2015-01-20 21:12:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-20 21:12:25 -0800 |
| commit | 74fbf61e304f7b4d8df9fee777eb4f10b4473dd5 (patch) | |
| tree | 08a46335427d1fd112181421edf4175f5c9f9b82 /docs | |
| parent | 97eb12561dd7044cf2c7a15b94813e89d662bfd7 (diff) | |
| download | bootstrap-74fbf61e304f7b4d8df9fee777eb4f10b4473dd5.tar.xz bootstrap-74fbf61e304f7b4d8df9fee777eb4f10b4473dd5.zip | |
custom holder theme
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/footer.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index d466e1f86..32305cb7c 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -59,6 +59,15 @@ SimpleJekyllSearch.init({ noResultsText: '<li class="no-results">Sorry, there are no results for that search.</li>', dataSource: '/search.json' }) + +Holder.addTheme('gray', { + background: '#0275d8', + foreground: 'rgba(255,255,255,.65)', + font: 'Helvetica', + fontweight: 'normal', + size: 16, + text: 'Thumbnail' +}) </script> {% comment %} |
