Skip to content

Commit

Permalink
style: 优化暗黑模式下的细节
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsonliu committed Aug 12, 2024
1 parent b294536 commit 5bc8d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/themes/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -489,13 +489,13 @@ $mdSvgTextColor: rgb(250, 160, 0);
}
}

@keyframes changeBgColor {
@keyframes changeBgColorDark {
0% { background-color: rgb(78 76 76); }
60% { background-color: rgb(78 76 76); }
100% { background-color: $previewBg; }
}
.cherry-highlight-line {
background: $previewBg;
animation: changeBgColorDark 3s;
}

}

0 comments on commit 5bc8d6a

Please sign in to comment.