some typo fixed
This commit is contained in:
parent
05ce96a3ba
commit
424e4934c1
|
@ -52,12 +52,12 @@ $solarizedcode: '';
|
||||||
);
|
);
|
||||||
} @else {
|
} @else {
|
||||||
$solarizedcode: (
|
$solarizedcode: (
|
||||||
content-pre-main-color: #607d8b,
|
content-pre-main-color: #B58900,
|
||||||
content-pre-color: #344952,
|
content-pre-color: #344952,
|
||||||
content-pre-number-color: #aaa,
|
content-pre-number-color: #aaa,
|
||||||
content-pre-background-color: #F5F2F0,
|
content-pre-background-color: #faf1cd,
|
||||||
content-pre-border-background-color: darken(#F5F2F0, 7%),
|
content-pre-border-background-color: darken(#FBF1D1, 12%),
|
||||||
content-pre-header-background-color: darken(#F5F2F0, 3%),
|
content-pre-header-background-color: darken(#FBF1D1, 6%),
|
||||||
content-pre-header-color: #344952,
|
content-pre-header-color: #344952,
|
||||||
);
|
);
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue