博客部署调整记录

This commit is contained in:
结发受长生
2019-05-11 21:27:41 +08:00
parent 1618668b14
commit 10ca6c1d4c
6 changed files with 304 additions and 4 deletions
@@ -19,7 +19,7 @@ $fontEn: "Helvetica Neue", Helvetica, Roboto, "Droid San
// 背景色,文本色,边框色,链接色
//-----------------------------------------------------
$colorText: #333 !default;
$colorBg: #fff !default;
$colorBg: #f0eae3 !default;
$colorBorder: #dbdbdb !default;
$colorLink: #08c !default;
$colorPlaceholder: #999 !default; // input placeholder color
+1 -1
View File
@@ -38,7 +38,7 @@ html, body, #container {
position:absolute;
right:0;
min-height:100%;
background:#eaeaea;
background:#f5dfc6;
left: 300px;
width: auto;
@extend %trans;