0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

custom holder theme

This commit is contained in:
Mark Otto 2015-01-20 21:12:25 -08:00
parent 97eb12561d
commit 74fbf61e30

View File

@ -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 %}