Started applying bg image (no work yet)

This commit is contained in:
2025-12-16 23:44:37 -05:00
parent 044dc78122
commit 0cfc5ce12b
2 changed files with 1 additions and 1 deletions

BIN
ui/public/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 KiB

View File

@@ -22,7 +22,7 @@ const environment = import.meta.env.VITE_ENVIRONMENT;
</script>
<template>
<div class="flex flex-col min-h-screen">
<div class="flex flex-col min-h-screen" style="background-image: url('/ui/public/bg.jpg'); background-size: cover; background-attachment: fixed;">
<div class="sticky top-0 bg-background z-50">
<Navbar class="flex"></Navbar>
<Alert v-if="environment == 'dev'" class="m-2 mx-auto w-5xl" variant="info">