Skip to content

Commit

Permalink
fix: background
Browse files Browse the repository at this point in the history
  • Loading branch information
haxgun committed Nov 22, 2023
1 parent bb5e352 commit dcb7f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 1 addition & 7 deletions src/components/Overlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,4 @@ import IconValory from '@/components/icons/IconValory.vue'
z-index: 2;
}
}
</style>

<style>
:root {
background: none !important;
}
</style>
</style>
6 changes: 3 additions & 3 deletions src/views/OverlayView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import Overlay from '@/components/Overlay.vue'
</template>

<style lang="scss">
//:root {
// background: none !important;
//}
:root {
background: none !important;
}
.blicks {
display: none;
Expand Down

0 comments on commit dcb7f56

Please sign in to comment.