Skip to content

Commit

Permalink
improve darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Apr 23, 2024
1 parent df85cca commit fb71e3c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/GalleryImageDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -476,11 +476,6 @@ export default {
</script>

<style lang="scss">
.q-carousel,
.q-drawer {
background: linear-gradient(120deg, rgba(245, 245, 245, 1) 0%, rgb(227, 229, 240) 50%, rgb(245, 245, 245) 100%);
}
.q-carousel__slide {
background-size: contain;
background-repeat: no-repeat;
Expand Down

0 comments on commit fb71e3c

Please sign in to comment.