Skip to content

Commit

Permalink
fix: correct light/dark mode styles for copy button in github-auto.mi…
Browse files Browse the repository at this point in the history
…n.css (#38)

追加了下方代码

```css
.hljs-copy-button {
    --hljs-theme-background: var(--bc-hljs);
    --hljs-theme-color: var(--color-hljs);
}
```

Fixes #36 

```release-note
修复 github-auto.min.css 在明暗切换下复制按钮样式错误的问题
```
  • Loading branch information
VoidYun authored Jan 24, 2025
1 parent 016f671 commit 3e0eacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/styles/github-auto.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e0eacd

Please sign in to comment.