Skip to content

Commit

Permalink
fix: darkテーマでSNSボタンの透過がされない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jan 9, 2025
1 parent dfecaa1 commit 420d2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/theme/components/PageInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default {
<style scoped>
.page-info {
color-scheme: initial; /* darkにすると透過されないのでリセットする */
display: inline-flex;
align-items: flex-end;
}
Expand Down
1 change: 1 addition & 0 deletions .vitepress/theme/components/PageTitle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default {
<style scoped>
.share-buttons {
color-scheme: initial; /* darkにすると透過されないのでリセットする */
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
Expand Down

0 comments on commit 420d2db

Please sign in to comment.