Yu Ganglong

Results 1 issues of Yu Ganglong

参考了如下链接进行设置 > https://www.laugh12321.cn/2018/12/24/update_next_for_jekyll/ 在`_sass/_custom/custom.scss`文件中新增变量 ```css //友链居中 .links-of-blogroll-title { text-align: center; } //友链文本颜色 //将链接文本设置为蓝色,鼠标划过时文字颜色加深,并显示下划线 .post-body p a{ text-align: center; color: #434343; border-bottom: none; &:hover { color: #5073b8; text-decoration: underline; } }...