Skip to content

Commit

Permalink
Remove: root color variables
Browse files Browse the repository at this point in the history
  • Loading branch information
esadek committed Nov 3, 2024
1 parent 5c6925b commit 2a0ded1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@ const { title } = Astro.props;
</html>

<style is:global>
:root {
--accent: 136, 58, 234;
--accent-light: 224, 204, 250;
--accent-dark: 49, 10, 101;
--accent-gradient: linear-gradient(
45deg,
rgb(var(--accent)),
rgb(var(--accent-light)) 30%,
white 60%
);
}
html {
font-family: system-ui, sans-serif;
}
Expand Down

0 comments on commit 2a0ded1

Please sign in to comment.