From 95909c7236027782f8d538063b5e02d3a5a9ae08 Mon Sep 17 00:00:00 2001
From: Volpeon <git@volpeon.ink>
Date: Wed, 20 Nov 2024 20:38:34 +0100
Subject: Update

---
 src/_config.defaults.scss  | 26 +++++++++++++-------------
 src/scopes/_body.vars.scss |  2 +-
 src/scopes/_code.vars.scss |  2 +-
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/_config.defaults.scss b/src/_config.defaults.scss
index 62631ba..ba73547 100644
--- a/src/_config.defaults.scss
+++ b/src/_config.defaults.scss
@@ -150,19 +150,19 @@ $theme-dark: (
         ),
 
         --colors: (
-            --100:  (math.div(0, 12) * -100) (.3 + .7 * easing.ease(math.div(0, 12))),
-            --200:  (math.div(1, 12) * -100) (.3 + .7 * easing.ease(math.div(1, 12))),
-            --300:  (math.div(2, 12) * -100) (.3 + .7 * easing.ease(math.div(2, 12))),
-            --400:  (math.div(3, 12) * -100) (.3 + .7 * easing.ease(math.div(3, 12))),
-            --500:  (math.div(4, 12) * -100) (.3 + .7 * easing.ease(math.div(4, 12))),
-            --600:  (math.div(5, 12) * -100) (.3 + .7 * easing.ease(math.div(5, 12))),
-            --700:  (math.div(6, 12) * -100) (.3 + .7 * easing.ease(math.div(6, 12))),
-            --800:  (math.div(7, 12) * -100) (.3 + .7 * easing.ease(math.div(7, 12))),
-            --900:  (math.div(8, 12) * -100) (.3 + .7 * easing.ease(math.div(8, 12))),
-            --1000: (math.div(9, 12) * -100) (.3 + .7 * easing.ease(math.div(9, 12))),
-            --1100: (math.div(10, 12) * -100) (.3 + .7 * easing.ease(math.div(10, 12))),
-            --1200: (math.div(11, 12) * -100) (.3 + .7 * easing.ease(math.div(11, 12))),
-            --1300: (math.div(12, 12) * -100) (.3 + .7 * easing.ease(math.div(12, 12))),
+            --100:  (math.div(0, 12) * -110) (.3 + .7 * easing.ease(math.div(0, 12))),
+            --200:  (math.div(1, 12) * -110) (.3 + .7 * easing.ease(math.div(1, 12))),
+            --300:  (math.div(2, 12) * -110) (.3 + .7 * easing.ease(math.div(2, 12))),
+            --400:  (math.div(3, 12) * -110) (.3 + .7 * easing.ease(math.div(3, 12))),
+            --500:  (math.div(4, 12) * -110) (.3 + .7 * easing.ease(math.div(4, 12))),
+            --600:  (math.div(5, 12) * -110) (.3 + .7 * easing.ease(math.div(5, 12))),
+            --700:  (math.div(6, 12) * -110) (.3 + .7 * easing.ease(math.div(6, 12))),
+            --800:  (math.div(7, 12) * -110) (.3 + .7 * easing.ease(math.div(7, 12))),
+            --900:  (math.div(8, 12) * -110) (.3 + .7 * easing.ease(math.div(8, 12))),
+            --1000: (math.div(9, 12) * -110) (.3 + .7 * easing.ease(math.div(9, 12))),
+            --1100: (math.div(10, 12) * -110) (.3 + .7 * easing.ease(math.div(10, 12))),
+            --1200: (math.div(11, 12) * -110) (.3 + .7 * easing.ease(math.div(11, 12))),
+            --1300: (math.div(12, 12) * -110) (.3 + .7 * easing.ease(math.div(12, 12))),
         ),
     ),
     
diff --git a/src/scopes/_body.vars.scss b/src/scopes/_body.vars.scss
index 1d97a2e..e4d6643 100644
--- a/src/scopes/_body.vars.scss
+++ b/src/scopes/_body.vars.scss
@@ -4,6 +4,6 @@
 $font-size: props.def(--s-body--font-size, props.get(core.$font-size--150)) !default;
 
 $paragraph--margin-bs: props.def(--s-body--paragraph--margin-bs, props.get(core.$size--300)) !default;
-$block--margin-b:      props.def(--s-body--block--margin-b, props.get(core.$size--400)) !default;
+$block--margin-b:      props.def(--s-body--block--margin-b, props.get(core.$size--300)) !default;
 
 $img--max-block-size: props.def(--s-body--img--max-block-size, calc(100vh - props.get(core.$size--2400))) !default;
diff --git a/src/scopes/_code.vars.scss b/src/scopes/_code.vars.scss
index 8ef64c4..a80cc51 100644
--- a/src/scopes/_code.vars.scss
+++ b/src/scopes/_code.vars.scss
@@ -11,7 +11,7 @@ $block--pad-b:     props.def(--s-code--block--pad-b, props.get(core.$size--85))
 $block--margin-bs: props.def(--s-code--block--margin-bs, props.get(body.$paragraph--margin-bs)) !default;
 $block--rounding:  props.def(--s-code--block--rounding, props.get(core.$rounding)) !default;
 
-$inline--fg: props.def(--s-code--inline--fg, props.get(core.$theme, --red, --1300), 'color') !default;
+$inline--fg: props.def(--s-code--inline--fg, props.get(core.$theme, --red, --1200), 'color') !default;
 $inline--bg: props.def(--s-code--inline--bg, props.get(core.$theme, --red, --200), 'color') !default;
 
 $block--fg: props.def(--s-code--block--fg, props.get(core.$theme, --text), 'color') !default;
-- 
cgit v1.2.3-70-g09d2