diff --git a/assets/styles/custom.scss b/assets/styles/custom.scss
index fc0108a53..816ca8e19 100644
--- a/assets/styles/custom.scss
+++ b/assets/styles/custom.scss
@@ -1,7 +1,7 @@
// Add your own CSS here!
:root {
- --light: #faf8f8;
+ --light: #F6F5F1;
--dark: #141021;
--secondary: #284b63;
--tertiary: #84a59d;
diff --git a/layouts/partials/textprocessing.html b/layouts/partials/textprocessing.html
index c918247bd..56c7e23fd 100644
--- a/layouts/partials/textprocessing.html
+++ b/layouts/partials/textprocessing.html
@@ -116,7 +116,7 @@
{{end}}
{{/* Add jumpable anchors */}}
-{{ $content = $content | replaceRE "()(.+)()" `${1}# ${3}${4}` }}
+{{ $content = $content | replaceRE "()(.+)()" `${1}${3}${4}` }}
{{/* Callouts */}}
{{if $.Site.Data.config.enableCallouts}}