Skip to content

Commit

Permalink
Fix: css in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
chakflying committed Dec 22, 2023
1 parent 04b0aca commit 6a59e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PingChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ export default {
.dark & {
background: $dark-bg;
color: $dark-font-color;
}
.dark &:hover {
Expand Down

0 comments on commit 6a59e9d

Please sign in to comment.