0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

update theme parameters to fix #19333

This commit is contained in:
Ivan Malopinsky 2016-02-27 17:24:00 -05:00 committed by XhmikosR
parent 21a9c2934a
commit 8d8df4e37a

View File

@ -50,8 +50,8 @@ SimpleJekyllSearch.init({
<script>
Holder.addTheme('gray', {
background: '#777',
foreground: 'rgba(255,255,255,.75)',
bg: '#777',
fg: 'rgba(255,255,255,.75)',
font: 'Helvetica',
fontweight: 'normal'
})