Skip to content

Commit

Permalink
🐛 修复暗色模式的折叠块标题 #1023
Browse files Browse the repository at this point in the history
  • Loading branch information
zkqiang committed Dec 7, 2023
1 parent 55df7c0 commit 1005839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/css/_pages/_base/color-schema.styl
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ dark-colors()
--button-hover-bg-color $button-hover-bg-color-dark
--highlight-bg-color $highlight-bg-color-dark
--inlinecode-bg-color $inlinecode-bg-color-dark
--fold-title-color $text-color
--fold-border-color $line-color
--fold-title-color $text-color-dark
--fold-border-color $line-color-dark

img
-webkit-filter brightness(.9)
Expand Down

0 comments on commit 1005839

Please sign in to comment.