We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfecaa1 commit 420d2dbCopy full SHA for 420d2db
.vitepress/theme/components/PageInfo.vue
@@ -68,6 +68,7 @@ export default {
68
69
<style scoped>
70
.page-info {
71
+ color-scheme: initial; /* darkにすると透過されないのでリセットする */
72
display: inline-flex;
73
align-items: flex-end;
74
}
.vitepress/theme/components/PageTitle.vue
@@ -112,6 +112,7 @@ export default {
112
113
114
.share-buttons {
115
116
display: flex;
117
justify-content: flex-end;
118
flex-wrap: wrap;
0 commit comments