MOxFIVE / hexo-theme-yelee

简而不减 Hexo 双栏博客主题; Another simple and elegant theme for Hexo.
http://moxfive.xyz/
1.38k stars 328 forks source link

虾米的icon 无法点击跳转 #35

Closed Arondight closed 8 years ago

Arondight commented 8 years ago

不懂前端,我试着改了一下,好像改完了好用了,不知道那个# 是特殊语法吗?

diff --git a/source/css/_partial/main.styl b/source/css/_partial/main.styl
index 2d751d3..b8a6907 100644
--- a/source/css/_partial/main.styl
+++ b/source/css/_partial/main.styl
@@ -224,7 +224,7 @@
             .TiddlyWiki::before,
             .SegmentFault::before,
             .简书::before,
-            #虾米音乐::before,
+            .虾米音乐::before,
             #网易云音乐::before {
               content: "\f18a";
               color: transparent;
MOxFIVE commented 8 years ago

我的问题,把 # 改成 . 就能正常跳转了

            .虾米音乐::before,
            .网易云音乐::before {
Arondight commented 8 years ago

非常感谢~