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
No description provided.
The text was updated successfully, but these errors were encountered:
自己动手,丰衣足食。极简风格的暗黑模式并不太难,我常用的偷懒办法就是把背景色设置为白色之后把整个页面的颜色全盘反转:
@media (prefers-color-scheme: dark) { body { background-color: white; } html, img, video, iframe { filter: invert(1); } }
当然,肯定还有些细节需要调整。给你个参考示例:https://github.com/yihui/hugo-paged/blob/main/static/css/style.css
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: