hugo-fixit / FixIt

🔧 A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
https://fixit.lruihao.cn
MIT License
819 stars 110 forks source link

[FEATURE] change text color of links in "See Also" #412

Closed wanghuibin0 closed 7 months ago

wanghuibin0 commented 10 months ago

Describe the feature you want 描述你的功能需求

I recommand adding the feature that users can configure the text color of links in "See Also". Now the default color is black and I don't find any configuration entry to change it. Is this feature possible? Thanks.

Useful reference 有价值的参考

No response

Lruihao commented 7 months ago

You can change any color in your assets/css/_custom.scss

#see-also {
  color: red; 
}