some typo fixed

This commit is contained in:
zzossig 2019-12-28 22:22:01 +09:00
parent 05ce96a3ba
commit 424e4934c1
2 changed files with 5 additions and 5 deletions

View File

@ -52,12 +52,12 @@ $solarizedcode: '';
);
} @else {
$solarizedcode: (
content-pre-main-color: #607d8b,
content-pre-main-color: #B58900,
content-pre-color: #344952,
content-pre-number-color: #aaa,
content-pre-background-color: #F5F2F0,
content-pre-border-background-color: darken(#F5F2F0, 7%),
content-pre-header-background-color: darken(#F5F2F0, 3%),
content-pre-background-color: #faf1cd,
content-pre-border-background-color: darken(#FBF1D1, 12%),
content-pre-header-background-color: darken(#FBF1D1, 6%),
content-pre-header-color: #344952,
);
}