Skip to content

Commit

Permalink
fix color white
Browse files Browse the repository at this point in the history
  • Loading branch information
Gab committed Dec 21, 2023
1 parent 4fbccb9 commit 81ade2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ const { title, description } = Astro.props;
<style>
:root {
--_placeholder-bg: linear-gradient(transparent, transparent);
--bg-image-main: url("/assets/backgrounds/bg-main-light-800w.jpg");
--bg-image-main-curves: url("/assets/backgrounds/bg-main-light.svg");

--bg-image-subtle-1: var(--_placeholder-bg);
--bg-image-subtle-2: var(--_placeholder-bg);
--bg-image-footer: var(--_placeholder-bg);
Expand Down

0 comments on commit 81ade2f

Please sign in to comment.