We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如下图所示,代码块的四个边角都有(看着碍眼 😭):
经 F12,发现是 assets/dist/style.css 中 .tailwind-typography :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) 的样式 background-color:var(--tw-prose-pre-bg); 造成的:
assets/dist/style.css
.tailwind-typography :where(pre):not(:where([class~=not-prose],[class~=not-prose] *))
background-color:var(--tw-prose-pre-bg);
去掉之后就正常显示了:
The text was updated successfully, but these errors were encountered:
ruibaby
No branches or pull requests
如下图所示,代码块的四个边角都有(看着碍眼 😭):
经 F12,发现是
assets/dist/style.css
中.tailwind-typography :where(pre):not(:where([class~=not-prose],[class~=not-prose] *))
的样式background-color:var(--tw-prose-pre-bg);
造成的:去掉之后就正常显示了:
The text was updated successfully, but these errors were encountered: