mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
change holder from blue to gray
This commit is contained in:
parent
74d17ab7a0
commit
9b1d5adf3f
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ SimpleJekyllSearch.init({
|
||||||
})
|
})
|
||||||
|
|
||||||
Holder.addTheme('gray', {
|
Holder.addTheme('gray', {
|
||||||
background: '#0275d8',
|
background: '#777',
|
||||||
foreground: 'rgba(255,255,255,.65)',
|
foreground: 'rgba(255,255,255,.75)',
|
||||||
font: 'Helvetica',
|
font: 'Helvetica',
|
||||||
fontweight: 'normal',
|
fontweight: 'normal',
|
||||||
size: 16,
|
size: 16,
|
||||||
|
|
Loading…
Add table
Reference in a new issue