Skip to content

Commit

Permalink
修复较低版本浏览器暗黑动画显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
weizwz committed Feb 2, 2024
1 parent a792bc6 commit 3e45266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/navCtrl.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}
::view-transition-new(*) {
animation: hexoDark .8s ease-in;
/* mix-blend-mode: darken; */
mix-blend-mode: normal;
}

@keyframes hexoDark {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-butterfly-navctrl",
"version": "1.0.3",
"version": "1.0.4",
"description": "Extension to the hexo-theme-butterfly, Navigation bar control center",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3e45266

Please sign in to comment.