Skip to content

Commit

Permalink
fix: style of page buttons in darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanzhi33 committed Sep 4, 2024
1 parent fbfa72a commit 6ee67b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ const isChangelog = defineModel("isChangelog");
}
.btn:not(:disabled):hover .s-page-btn-icon {
border-color: white;
border-color: var(--text-color);
}
.s-page-btn-icon.prev {
Expand Down

0 comments on commit 6ee67b0

Please sign in to comment.