hexo-theme-shoka
hexo-theme-shoka copied to clipboard
发现bug,已解决(分享)
tab 标签卡css样式丢失
themes/shoka/source/css/_common/components/tags/tabs.styl 添加
.tabs .nav {
overflow: visible;
}
.tabs .nav li.active {
font-weight: 700;
}
jsdelivr很可能不更新,请关闭CDN
nav导航栏颜色丢失
:root {
--nav-bg: linear-gradient(-225deg, var(--color-cyan-light) 0, var(--color-pink-light) 100%);
}
可以不更改themes ./source/_data/colors.styl 添加