Skip to content

Commit

Permalink
im stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
koiyakiya committed Jul 23, 2024
1 parent c3fe672 commit 400f4b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "exit 0"
},
"name": "vite-coffee",
"version": "0.0.86-alpha",
"version": "0.0.87-alpha",
"type": "module",
"dependencies": {
"vue": "^3.4.33"
Expand Down
8 changes: 4 additions & 4 deletions src/components/Kofi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</script>

<style scoped>
.kofi-button-wrapper ::v-deep .kofi-button {
.kofi-button-wrapper >>> .kofi-button {
display: inline-flex;
align-items: center;
background-color: #13233F;
Expand All @@ -37,17 +37,17 @@
line-height: 24px;
}
.kofi-button-wrapper ::v-deep .kofi-icon {
.kofi-button-wrapper >>> .kofi-icon {
width: 35px;
height: 35px;
margin-right: 8px;
}
.kofi-button-wrapper ::v-deep .kofi-text {
.kofi-button-wrapper >>> .kofi-text {
color: white;
}
.kofi-button-wrapper >>> .kofi-button:hover) {
.kofi-button-wrapper >>> .kofi-button:hover {
background-color: #1e3a6a !important;
}
</style>
Expand Down

0 comments on commit 400f4b2

Please sign in to comment.