hexo博客修改博文中日期的颜色

代码中:

themes/yelee/source/css/_partial/article.styl

修改代码:


.article-meta
    position absolute
    right 0
    top 23px
    width 9rem
    padding-right 1.2rem
    font-size 0.875rem
    text-align right
    z-index 1
    time
        color #FFF
        float right
        &:before
            margin-top 0px
            margin-right 4px
            content "\f073"
            font 1em FontAwesome
            color #999
    a:nth-child(2)
        &:hover
            color #258fb8
            font-size 110%
        i
            vertical-align top
        clear right
        float right
        padding-top .45rem
        color #999

猜你喜欢

转载自blog.csdn.net/appleyuchi/article/details/92397808