amehime / hexo-theme-shoka

Just For https://shoka.lostyu.me/
MIT License
849 stars 200 forks source link

发现bug,已解决(分享) #94

Open yizhen23 opened 1 year ago

yizhen23 commented 1 year ago

tab 标签卡css样式丢失

themes/shoka/source/css/_common/components/tags/tabs.styl 添加

.tabs .nav {
    overflow: visible;
}
.tabs .nav li.active {
    font-weight: 700;
}

jsdelivr很可能不更新,请关闭CDN

yizhen23 commented 1 year ago

nav导航栏颜色丢失

:root {
--nav-bg: linear-gradient(-225deg, var(--color-cyan-light) 0, var(--color-pink-light) 100%);
}

可以不更改themes ./source/_data/colors.styl 添加