Make component styles scoped

This commit is contained in:
2026-05-06 20:39:11 +02:00
parent a4bc7698c7
commit d5e19b6aee
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import Navbar from './features/nav/components/Navbar.vue';
</div>
</template>
<style>
<style scoped>
.content-background {
background:
radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%),