mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-11 08:54:23 +01:00
custom holder theme
This commit is contained in:
parent
97eb12561d
commit
74fbf61e30
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user