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:
parent
97eb12561d
commit
74fbf61e30
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user