reuixiy / hugo-theme-meme

😝 You can’t spell awesome without MemE!
https://io-oi.me/hugo-theme-meme
MIT License
1.02k stars 280 forks source link

如何修改菜单栏的字体大小? #457

Closed Cecilia404404 closed 6 months ago

Cecilia404404 commented 8 months ago

如题,只找到品牌栏可以设置字号,希望右边的菜单栏字体也可以调大。 image

HushWay commented 6 months ago

你可以新建assets/scss/custom/_custom.scss自定义样式:

.nav {
    font-size: 1.5em;
    margin-top: 0em;
}

参考:https://github.com/reuixiy/io-oi.me/blob/cacbff5d76ffb4cd946f49d37492bf414c0e34a0/assets/scss/custom/_custom.scss#L19

Cecilia404404 commented 6 months ago

好的,非常感谢!

cynicalight commented 4 weeks ago

非常感谢!找了很久网上都没有相关资料