From 74fbf61e304f7b4d8df9fee777eb4f10b4473dd5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 20 Jan 2015 21:12:25 -0800 Subject: [PATCH] custom holder theme --- docs/_includes/footer.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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: '
  • Sorry, there are no results for that search.
  • ', dataSource: '/search.json' }) + +Holder.addTheme('gray', { + background: '#0275d8', + foreground: 'rgba(255,255,255,.65)', + font: 'Helvetica', + fontweight: 'normal', + size: 16, + text: 'Thumbnail' +}) {% comment %}