Commit 74fbf61e authored by Mark Otto's avatar Mark Otto

custom holder theme

parent 97eb1256
...@@ -59,6 +59,15 @@ SimpleJekyllSearch.init({ ...@@ -59,6 +59,15 @@ SimpleJekyllSearch.init({
noResultsText: '<li class="no-results">Sorry, there are no results for that search.</li>', noResultsText: '<li class="no-results">Sorry, there are no results for that search.</li>',
dataSource: '/search.json' dataSource: '/search.json'
}) })
Holder.addTheme('gray', {
background: '#0275d8',
foreground: 'rgba(255,255,255,.65)',
font: 'Helvetica',
fontweight: 'normal',
size: 16,
text: 'Thumbnail'
})
</script> </script>
{% comment %} {% comment %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment