From 4e2a10e02d1c5794dfa150213827b2d92420db14 Mon Sep 17 00:00:00 2001 From: shenyu <448766534@qq.com> Date: Wed, 4 Dec 2019 19:45:48 +0800 Subject: [PATCH] fix: style --- README.md | 2 +- source/css/_partial/article.styl | 1 + source/css/_partial/tocbot.styl | 7 ------- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fcaeeb1..62b354e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### [中文说明](https://shen-yu.gitee.io/2019/ayer/) -![Screenshot](screenshots/hexo-theme-ayer.png) +![Screenshot](https://i.loli.net/2019/12/03/SHPinIAclMX1Gra.png) ### Install diff --git a/source/css/_partial/article.styl b/source/css/_partial/article.styl index c7ac5bd..e8684b3 100644 --- a/source/css/_partial/article.styl +++ b/source/css/_partial/article.styl @@ -1,6 +1,7 @@ .article padding 5rem 0 3rem + font-size 110% .sea-center text-align center color black diff --git a/source/css/_partial/tocbot.styl b/source/css/_partial/tocbot.styl index 810024e..14c0fe8 100644 --- a/source/css/_partial/tocbot.styl +++ b/source/css/_partial/tocbot.styl @@ -37,9 +37,6 @@ a.toc-link top 0 right aside-width -.is-active-link - font-weight 700 - // Left line before pseudo element. .toc-link::before background-color water @@ -50,7 +47,3 @@ a.toc-link margin-top -1px position absolute width 2px - - -.is-active-link::before - background-color link-active-color