赞
踩
title: Hexo Landscape 引用样式修改
date: 2022-10-07 22:10
tags: [Hexo,Landscape,博客,CSS]
不太适应Landscape的引用样式,在这里记录一下如何修改。
默认引用的样式如下:
\themes\landscape\source\css\_partial\article.styl
blockquote
background-color: #f5f5f5
font-family: font-serif
font-size: 1.2em
margin: line-height 10px
text-align: left
footer
font-size: font-size
margin: line-height 0
font-family: font-sans
cite
&:before
content: "—"
padding: 0 0.5em
如果运行hexo g
后没有效果,那是因为hexo的差分机制,运行hexo g -f
强制重新生成文件即可。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。