formatting changes

This commit is contained in:
chris 2023-04-27 14:59:51 -05:00
parent ebe476aaaf
commit 3f3d97859a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// Add your own CSS here!
:root {
--light: #faf8f8;
--light: #F6F5F1;
--dark: #141021;
--secondary: #284b63;
--tertiary: #84a59d;

View File

@ -116,7 +116,7 @@
{{end}}
{{/* Add jumpable anchors */}}
{{ $content = $content | replaceRE "(<h[1-9] id=\"([^\"]+)\">)(.+)(</h[1-9]>)" `<a href="#${2}">${1}<span class="hanchor" ariaLabel="Anchor"># </span>${3}${4}</a>` }}
{{ $content = $content | replaceRE "(<h[1-9] id=\"([^\"]+)\">)(.+)(</h[1-9]>)" `<a href="#${2}">${1}<span class="hanchor" ariaLabel="Anchor"></span>${3}${4}</a>` }}
{{/* Callouts */}}
{{if $.Site.Data.config.enableCallouts}}