Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yizhen23 opened this issue Mar 8, 2023 · 2 comments
Open

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

yizhen23 opened this issue Mar 8, 2023 · 2 comments

Comments

@yizhen23
Copy link

yizhen23 commented Mar 8, 2023

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
Copy link
Author

yizhen23 commented Mar 8, 2023

nav导航栏颜色丢失

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

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

@MuziGeek
Copy link

感谢分享 遇到同样问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants