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

change holder from blue to gray

This commit is contained in:
Mark Otto 2015-05-28 14:07:45 -07:00
parent 74d17ab7a0
commit 9b1d5adf3f

View File

@ -64,8 +64,8 @@ SimpleJekyllSearch.init({
})
Holder.addTheme('gray', {
background: '#0275d8',
foreground: 'rgba(255,255,255,.65)',
background: '#777',
foreground: 'rgba(255,255,255,.75)',
font: 'Helvetica',
fontweight: 'normal',
size: 16,