2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03: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
+2 -2
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,