summaryrefslogtreecommitdiff
path: root/examples/basics/src/layouts/Layout.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/basics/src/layouts/Layout.astro')
-rw-r--r--examples/basics/src/layouts/Layout.astro9
1 files changed, 6 insertions, 3 deletions
diff --git a/examples/basics/src/layouts/Layout.astro b/examples/basics/src/layouts/Layout.astro
index 9b9de105c..3345b887c 100644
--- a/examples/basics/src/layouts/Layout.astro
+++ b/examples/basics/src/layouts/Layout.astro
@@ -22,12 +22,15 @@ const { title } = Astro.props;
</html>
<style is:global>
:root {
- --accent: 124, 58, 237;
- --accent-gradient: linear-gradient(45deg, rgb(var(--accent)), #da62c4 30%, white 60%);
+ --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;
- background-color: #F6F6F6;
+ background: #13151A;
+ background-size: 224px;
}
code {
font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,