Skip to content

Commit

Permalink
fix: make main repl styles lower specificity for easier override
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 30, 2023
1 parent 743b731 commit fbfaa44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Repl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ defineExpose({ reload })
</div>
</template>

<style scoped>
<style>
.vue-repl {
--bg: #fff;
--bg-soft: #f8f8f8;
Expand Down Expand Up @@ -142,7 +142,7 @@ defineExpose({ reload })
--color-branding-dark: #89ddff;
}
:deep(button) {
.vue-repl button {
border: none;
outline: none;
cursor: pointer;
Expand Down

0 comments on commit fbfaa44

Please sign in to comment.