Skip to content

Commit aa97e62

Browse files
author
Guillaume Chau
committed
fix(target): background when in dark mode
1 parent 189a6c1 commit aa97e62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

shells/dev/target/Target.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ export default {
7272
}
7373
</script>
7474

75+
<style lang="stylus">
76+
body
77+
background white
78+
</style>
79+
7580
<style lang="stylus" scoped>
7681
.inspect
7782
border solid 1px black

0 commit comments

Comments
 (0)