Skip to content

Commit

Permalink
apple :)
Browse files Browse the repository at this point in the history
  • Loading branch information
allurei committed Dec 20, 2024
1 parent a7dc952 commit 878c61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/style/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,10 @@ a {
}

.flower-bg {
background-image: url(v.$chain);
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(v.$chain);
background-position: 50% 50%;
background-size: contain;
background-color: rgba(255, 255, 255, 0.90);
background-blend-mode: lighten;
}

.wrap {
Expand Down
5 changes: 1 addition & 4 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';

export default defineConfig({
plugins: [sveltekit()],
server: {
port: 3000
}
plugins: [sveltekit()]
});

0 comments on commit 878c61f

Please sign in to comment.