Remove background

This commit is contained in:
2026-05-06 21:20:32 +02:00
parent 8703fe4555
commit 6a36b8de68
-11
View File
@@ -9,14 +9,3 @@ import Navbar from './features/nav/components/Navbar.vue';
<router-view /> <router-view />
</div> </div>
</template> </template>
<style scoped>
.content-background {
background:
radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%),
linear-gradient(160deg, #c8d8f0, #7aa0d8, #5077C7, #dce8f8);
height: 300px;
display: flex;
flex-direction: column;
}
</style>