Skip to content

Commit

Permalink
fix colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-sg committed Feb 21, 2024
1 parent b7a01af commit 34a2303
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ export default {
height: 70vh;
background-image:
radial-gradient(circle at 100% 83%, $secondary, transparent 30%),
radial-gradient(circle at 72% 90%, $accent, transparent 36%);
radial-gradient(circle at 100% 83%, $accent, transparent 30%),
radial-gradient(circle at 72% 90%, $secondary, transparent 36%);
@media screen and (min-width: $breakpoint-md-min) {
background-image:
radial-gradient(circle at 100% 83%, $secondary, transparent 20%),
radial-gradient(circle at 80% 90%, $accent, transparent 25%);
radial-gradient(circle at 100% 83%, $accent, transparent 20%),
radial-gradient(circle at 80% 90%, $secondary, transparent 25%);
}
}
Expand Down

0 comments on commit 34a2303

Please sign in to comment.