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
1 changed files with 2 additions and 2 deletions

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'
})