本文目的:对NexT主题修改的记录
代码高亮样式:在/next/_config.yml文件里
|
|
增大logo字体:在/next/_config.yml文件里
|
|
增大正文和代码字体: 在/source/css/_variables/custom.styl内增加:
|
|
增大菜单字体,在/next/source/css/_common/components/header/menu.styl里面修改a { :
|
|
footer字体加阴影,在/next/source/css/_common/components/footer/footer.styl里面.footer { 下一行添加:
|
|
更改主题颜色,在/source/css/_variables/base.styl里
|
|
修改背景图片,在/next/source/css/_schemes/Pisces/index.styl里修改body{}如下:
|
|