diff --git a/themes/yilia/source-src/config/waifu-tip.json b/themes/yilia/source-src/config/waifu-tip.json index 6b2f4ca..7cf0b6d 100644 --- a/themes/yilia/source-src/config/waifu-tip.json +++ b/themes/yilia/source-src/config/waifu-tip.json @@ -3,6 +3,7 @@ "waifu": ["是…是不小心碰到了吧", "萝莉控是什么呀", "你看到我的小熊了吗", "再摸的话我可要报警了!⌇●﹏●⌇", "110吗,这里有个变态一直在摸我(ó﹏ò。)"], "home": "点击前往首页,想回到上一页可以使用浏览器的后退功能哦", "innerArchive": "所有文章都在这里,支持搜索喔", + "friends": "想认识一下我的朋友们吗", "aboutme": "想听听关于主人的故事吗", "github": "发现主人出没地点!", "weibo": "发现主人出没地点!", diff --git a/themes/yilia/source-src/css/article-inner.scss b/themes/yilia/source-src/css/article-inner.scss index 90b5da7..afe4a98 100644 --- a/themes/yilia/source-src/css/article-inner.scss +++ b/themes/yilia/source-src/css/article-inner.scss @@ -21,22 +21,16 @@ font-size: 23px; font-size: 1.4375rem; line-height: 1.2173913043; - margin-top: 2.4347826087em; - margin-bottom: 1.2173913043em; } h3 { font-size: 19px; font-size: 1.1875rem; line-height: 1.1052631579; - margin-top: 2.9473684211em; - margin-bottom: 1.4736842105em; } h4,h5,h6{ font-size: 16px; font-size: 1rem; line-height: 1.3125; - margin-top: 3.5em; - margin-bottom: 1.75em; } h6 { font-style: italic; @@ -66,7 +60,7 @@ } } p{ - margin-top: 10px; + margin-top: 1em; } p code,li code{ padding: 3px 4px; @@ -113,8 +107,7 @@ } } ul,ol{ - font-size: 14px; - margin: 10px 0px; + margin-top: 1em; } li{ ul,ol{ @@ -128,18 +121,12 @@ h1{ margin-top: 30px; } - h2{ - margin-top: 20px; - font-weight: bold; - color: #574C4C; - padding-bottom: 5px; - border-bottom: 1px solid #ddd; - } - h3,h4,h5,h6{ + h2,h3,h4,h5,h6{ margin-top: 20px; font-weight: bold; color: #574C4C; padding-bottom: 5px; + padding-left: 20px; border-bottom: 1px solid #ddd; } video{ diff --git a/themes/yilia/source-src/css/highlight.scss b/themes/yilia/source-src/css/highlight.scss index 0f2d528..9f82145 100644 --- a/themes/yilia/source-src/css/highlight.scss +++ b/themes/yilia/source-src/css/highlight.scss @@ -3,7 +3,7 @@ margin: 10px 0; overflow: auto; color: #fff; - font-size: 0.9em; + font-size: 0.95em; line-height: 22.4px; } .article-entry .highlight .gutter pre,