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

custom:自定义标签Widget模块和标签页的标签颜色 #52

Closed
Arvinsyt opened this issue Oct 16, 2023 · 2 comments
Closed

custom:自定义标签Widget模块和标签页的标签颜色 #52

Arvinsyt opened this issue Oct 16, 2023 · 2 comments
Labels
custom custom style

Comments

@Arvinsyt
Copy link

是什么 Halo 版本出现了此问题?

2.10.0

使用的 Dream 版本是多少?

1.1.1

在线博客地址

https://blog.yuanyu.ac.cn/tags

BUG 内容

20231016203939595 20231016204005488 添加上面的代码后,修改的只是右下角的标签字体颜色,中间的文章标签字体颜色仍然没有改变,请问怎么修改中间的标签字体颜色?

相关 Console 日志输出

No response

附加信息

No response

@Arvinsyt Arvinsyt added the bug Something isn't working label Oct 16, 2023
@nineya
Copy link
Owner

nineya commented Oct 17, 2023

.tags-field .tags .tag {
    background-color: var(--bg-c) !important;
    color: var(--dark-c) !important;
}
.tags-field .tags .tag.is-grey {
    background: var(--bg-e) !important;
    color: rgba(255,255,255,.8) !important;
}

@nineya nineya added custom custom style and removed bug Something isn't working labels Oct 17, 2023
@nineya nineya changed the title bug:Tag标签页显示错误 custom:自定义标签Widget模块和标签页的标签颜色 Oct 17, 2023
@Arvinsyt
Copy link
Author

非常感谢!

@nineya nineya closed this as completed Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
custom custom style
Projects
None yet
Development

No branches or pull requests

2 participants