From 975d7d6dcae1e65ccd839a25c8323d69fed7e780 Mon Sep 17 00:00:00 2001 From: zengh Date: Sun, 11 Dec 2016 14:29:06 +0800 Subject: [PATCH] Site updated: 2016-12-11 14:29:04 --- .../index.html" | 2 +- css/main.css | 24 +++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git "a/2016/03/17/MarkDown\350\257\255\346\263\225\346\246\202\350\277\260/index.html" "b/2016/03/17/MarkDown\350\257\255\346\263\225\346\246\202\350\277\260/index.html" index 7311825..85e3850 100644 --- "a/2016/03/17/MarkDown\350\257\255\346\263\225\346\246\202\350\277\260/index.html" +++ "b/2016/03/17/MarkDown\350\257\255\346\263\225\346\246\202\350\277\260/index.html" @@ -292,7 +292,7 @@

引用
1
2
> 这里是引用
>> 这里也是引用
-

图片与链接

如:HDDA’s blog

+

图片与链接

如:HDDA’s blog

图片

插入图片的地址需要图床,这里推荐围脖图床修复计划 与 CloudApp 的服务,生成URL地址即可。

1
2
3
4
5
插入链接与插入图片的语法很像,区别在一个 !号

图片为:![alt](url)

链接为:[内容](地址)
diff --git a/css/main.css b/css/main.css index d095a84..a631bde 100644 --- a/css/main.css +++ b/css/main.css @@ -499,12 +499,12 @@ body { } pre, .highlight { - background: #000; + background: #002451; margin: 20px 0; padding: 15px; overflow: auto; font-size: 13px; - color: #eaeaea; + color: #fff; line-height: 1.6; } .highlight .gutter pre { @@ -541,7 +541,7 @@ pre code { } .highlight figcaption { font-size: 0.85em; - color: #969896; + color: #7285b7; line-height: 1em; margin-bottom: 1em; } @@ -564,7 +564,7 @@ pre code { height: 20px; } pre .comment { - color: #969896; + color: #7285b7; } pre .variable, pre .attribute, @@ -578,7 +578,7 @@ pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { - color: #d54e53; + color: #ff9da4; } pre .number, pre .preprocessor, @@ -587,11 +587,11 @@ pre .literal, pre .params, pre .constant, pre .command { - color: #e78c45; + color: #ffc58f; } pre .ruby .class .title, pre .css .rules .attribute { - color: #b9ca4a; + color: #d1f1a9; } pre .string, pre .value, @@ -602,11 +602,11 @@ pre .xml .cdata, pre .special, pre .number, pre .formula { - color: #b9ca4a; + color: #d1f1a9; } pre .title, pre .css .hexcolor { - color: #70c0b1; + color: #9ff; } pre .function, pre .python .decorator, @@ -616,11 +616,11 @@ pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { - color: #7aa6da; + color: #bbdaff; } pre .keyword, pre .javascript .function { - color: #c397d8; + color: #ebbbff; } .full-image.full-image.full-image { border: none; @@ -1512,7 +1512,7 @@ pre .javascript .function { width: 4px; height: 4px; border-radius: 50%; - background: #ff42b5; + background: #ff097c; } .links-of-blogroll { font-size: 13px;