- {{- block "main" . -}}{{- end -}}
+
+ {{- block "main" . }}{{ end -}}
diff --git a/layouts/_default/home.html b/layouts/_default/home.html
index 69ab098..5fe5ee4 100644
--- a/layouts/_default/home.html
+++ b/layouts/_default/home.html
@@ -1,27 +1,31 @@
-{{- define "main" }}
- {{ .Content | emojify }}
- {{- $pages := where .Site.RegularPages "Section" "in" .Site.MainSections }}
- {{- $paginator := .Paginate $pages }}
- {{- range $paginator.Pages }}
-
-
{{ .LinkTitle }}
- {{- if eq .Truncated false -}}
-
There is no summary. Someone got lazy.
-
Read Anyway →
- {{- else -}}
-
-{{ .Summary | emojify }}
+{{- define "main" -}}
+{{ .Content | emojify }}
+{{- $pages := where .Site.RegularPages "Section" "in" .Site.MainSections }}
+{{- $paginator := .Paginate $pages }}
+{{- range $paginator.Pages }}
+
+
+{{- if eq .Truncated false }}
+
There is no summary. Someone got lazy.
+
+ Read Anyway →
- {{- end -}}
- {{- if .Truncated -}}
-
Read More →
- {{- end -}}
-
- {{- end -}}
-
- {{- partial "pagination.html" . }}
-
-{{- end -}}
+{{- else }}
+
+ {{ .Summary | emojify }}
+
+{{- end }}
+{{- if .Truncated }}
+
+ Read More →
+
+{{- end }}
+
+
+{{- end }}
+{{- partial "pagination.html" . }}
+
+{{- end }}
{{- /* Trim EOF */ -}}
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index 7049f90..5b65fe3 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -1,13 +1,17 @@
{{ define "main" }}
- {{ .Content | emojify }}
-
-
+{{ .Content | emojify }}
+
{{ end }}
diff --git a/layouts/about/single.html b/layouts/about/single.html
index 11e1e62..fb7ea55 100644
--- a/layouts/about/single.html
+++ b/layouts/about/single.html
@@ -1,7 +1,7 @@
{{- define "main" }}
- {{ partial "post-meta.html" . }}
-
- {{ .Content | emojify }}
-
-
+{{ partial "post-meta.html" . }}
+
+ {{ .Content | emojify }}
+
+
{{ end -}}
diff --git a/layouts/partials/fonts.html b/layouts/partials/fonts.html
index c6eeeae..24e7040 100644
--- a/layouts/partials/fonts.html
+++ b/layouts/partials/fonts.html
@@ -1,4 +1,4 @@
{{- range resources.Match "fontawesome/webfonts/**" -}}
- {{- .Publish -}}
+ {{- .Publish -}}
{{- end -}}
{{- /* Trim EOF */ -}}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 38c1d30..1b61efb 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,35 +1,44 @@
- {{- /* Copyright */ -}}
- {{- with .Site.Copyright -}}
-
{{ . | markdownify }}
- {{- else }}
© {{ now.Format "2006" }} {{ $.Site.Params.Author.name }}
{{ end -}}
-
Built with and Simpl. Powered by Hugo. {{ with .GitInfo -}}{{- .AbbreviatedHash -}}{{- end -}}
+{{- /* Copyright */ -}}
+{{- with .Site.Copyright }}
+
{{ . | markdownify }}
+{{- else -}}
+
© {{ now.Format "2006" }} {{ $.Site.Params.Author.name }}
+{{- end -}}
+
Built with and
+Simpl.
+Powered by Hugo.
+{{- with .GitInfo }}{{ .AbbreviatedHash }}{{- end -}}
+
{{- /* Trim EOF */ -}}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index c682b10..23e8255 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,40 +1,41 @@
-
-
-{{- if .IsHome -}}
+
+
+{{- if .IsHome }}
{{- site.Title | emojify }}
-{{- else -}}
+{{- else }}
{{ .Title | emojify }} · {{ .Site.Title | emojify }}
-
-{{- end -}}
+
+{{ end -}}
-{{- if .Description -}}
-
+{{ if .Description -}}
+
{{- else -}}
-
+
{{- end -}}
{{- if .Keywords -}}
-
+
{{- else -}}
{{- with .Site.Params.keywords -}}
-
-{{- end -}}{{- end -}}
+
+{{- end -}}
+{{- end -}}
{{- with .Site.Params.robots -}}
-
+
{{- end -}}
{{- with .Params.robots -}}
-
+
{{ end -}}
-
+
{{- range .AlternativeOutputFormats }}
{{- printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | emojify | safeHTML -}}
{{- end }}
{{ partialCached "head/css.html" . }}
{{- partialCached "fonts.html" . }}
{{- partialCached "head/js.html" . }}
-
-
-
-
+
+
+
+
{{- partial "head-custom.html" . -}}
{{- /* Trim EOF */ -}}
diff --git a/layouts/partials/head/css.html b/layouts/partials/head/css.html
index 8d7da40..1a57b82 100644
--- a/layouts/partials/head/css.html
+++ b/layouts/partials/head/css.html
@@ -13,35 +13,32 @@
{{- end -}}
{{- end -}}
{{- $t.Stop -}}
-{{- end -}}
-
+{{- end }}
{{- with (templates.Defer (dict "key" "global")) -}}
- {{- $t := debug.Timer "tailwindcss" -}}
- {{- with resources.Get "css/syntax.css" -}}
- {{- $opts := dict "inlineImports" true "minify" true "optimize" (not hugo.IsDevelopment) -}}
- {{- with . | css.TailwindCSS $opts -}}
- {{- if hugo.IsDevelopment -}}
-
- {{- else -}}
- {{- with . | fingerprint }}
-
- {{- end -}}
- {{- end -}}
- {{- end -}}
- {{- end -}}
- {{- $t.Stop -}}
+{{- $t := debug.Timer "tailwindcss" -}}
+{{- with resources.Get "css/syntax.css" -}}
+{{- $opts := dict "inlineImports" true "minify" true "optimize" (not hugo.IsDevelopment) -}}
+{{- with . | css.TailwindCSS $opts -}}
+{{- if hugo.IsDevelopment -}}
+
+{{- else -}}
+{{- with . | fingerprint }}
+
+{{- end -}}
+{{- end -}}
+{{- end -}}
+{{- end -}}
+{{- $t.Stop -}}
{{- end }}
-
{{- with resources.Get "fontawesome/css/all.css" }}
- {{- if hugo.IsDevelopment }}
-
- {{- else -}}
- {{- with . | postCSS | minify | fingerprint }}
-
- {{- end -}}
+{{- if hugo.IsDevelopment -}}
+
+{{- else -}}
+ {{- with . | postCSS | minify | fingerprint }}
+
{{- end -}}
{{- end -}}
-
+{{- end }}
{{- $t := debug.Timer "accent-tailwindcss" -}}
{{- with $.Site.Params.accentColor -}}
diff --git a/layouts/partials/head/js.html b/layouts/partials/head/js.html
index cf5e47c..33cf1ed 100644
--- a/layouts/partials/head/js.html
+++ b/layouts/partials/head/js.html
@@ -1,14 +1,14 @@
{{- with resources.Get "js/main.js" -}}
- {{- if eq hugo.Environment "development" -}}
- {{- with . | js.Build }}
-
- {{- end -}}
- {{- else -}}
- {{ $opts := dict "minify" true }}
- {{- with . | js.Build $opts | fingerprint }}
-
- {{- end -}}
- {{- end }}
+{{- if eq hugo.Environment "development" -}}
+{{- with . | js.Build }}
+
+{{- end -}}
+{{- else -}}
+{{ $opts := dict "minify" true }}
+{{- with . | js.Build $opts | fingerprint }}
+
+{{- end -}}
+{{- end }}
{{- end -}}
{{- /* Trim EOF */ -}}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 88a5743..02720c6 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,11 +1,25 @@
{{- $lastmod := .Lastmod | time.Format ":date_long" -}}
{{- if .IsHome -}}
-
+
+
+
{{- else -}}
-
- > {{ .Title | emojify }}
+
+
+
+
+ > {{ .Title | emojify }}
+
{{- end -}}
{{- partial "menu.html" (dict "menuID" "main" "page" .) -}}
{{- /* Trim EOF */ -}}
diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html
index 83bd571..e915198 100644
--- a/layouts/partials/menu.html
+++ b/layouts/partials/menu.html
@@ -1,43 +1,44 @@
{{- $page := .page -}}
{{- $menuID := .menuID -}}
{{- with index site.Menus $menuID -}}
-
+
{{- end -}}
+
{{- define "partials/inline/menu/walk.html" -}}
- {{- $page := .page }}
- {{- range .menuEntries }}
- {{- $attrs := dict "href" .URL }}
- {{- if $page.IsMenuCurrent .Menu . }}
- {{- $attrs = merge $attrs (dict "class" "active" "aria-current" "page") }}
- {{- else if $page.HasMenuCurrent .Menu . }}
- {{- $attrs = merge $attrs (dict "class" "ancestor" "aria-current" "true") }}
- {{- end -}}
- {{- $name := .Name }}
- {{- with .Identifier }}
- {{- with T . }}
- {{- $name = . }}
- {{- end -}}
- {{- end -}}
-
- {{- end -}}
+{{- $page := .page }}
+{{- range .menuEntries }}
+{{- $attrs := dict "href" .URL }}
+{{- if $page.IsMenuCurrent .Menu . }}
+ {{- $attrs = merge $attrs (dict "class" "active" "aria-current" "page") }}
+{{- else if $page.HasMenuCurrent .Menu . }}
+ {{- $attrs = merge $attrs (dict "class" "ancestor" "aria-current" "true") }}
{{- end -}}
+{{- $name := .Name }}
+{{- with .Identifier }}
+{{- with T . }}
+ {{- $name = . }}
+{{- end -}}
+{{- end -}}
+
+{{- end -}}
+{{- end -}}
+
{{- /* Trim EOF */ -}}
diff --git a/layouts/partials/pager.html b/layouts/partials/pager.html
index 530ad2d..c79dd82 100644
--- a/layouts/partials/pager.html
+++ b/layouts/partials/pager.html
@@ -2,14 +2,24 @@
diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html
index 9beff8e..8048aee 100644
--- a/layouts/partials/pagination.html
+++ b/layouts/partials/pagination.html
@@ -1,18 +1,18 @@
{{- with .Paginator -}}
- {{- $currentPageNumber := .PageNumber -}}
-
+{{- $currentPageNumber := .PageNumber -}}
+
{{- end -}}
{{- /* Trim EOF */ -}}
diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html
index 94651b9..e72cf88 100644
--- a/layouts/partials/post-meta.html
+++ b/layouts/partials/post-meta.html
@@ -1,21 +1,23 @@
- {{- $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
- {{- $dateHuman := .Date | time.Format ":date_long" }}
- {{- $lastmod := .Lastmod | time.Format ":date_long" }}
-
- Published:
-
- {{- if .Lastmod }}
-
- {{- if .Params.tags -}} |
-{{- with .Params.tags -}}
- {{- if ge (len .) 1 -}}
- {{- range . -}}
- #{{- . -}}
- {{- end -}}
- {{- end -}}
-{{- end -}}
-
-
- {{- end -}}
+{{- $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
+{{- $dateHuman := .Date | time.Format ":date_long" }}
+{{- $lastmod := .Lastmod | time.Format ":date_long" }}
+
+ Published:
+
+ {{- if .Lastmod }}
+
+ {{- end }}
+ {{- if .Params.tags }}
+ |
+ {{- with .Params.tags }}
+ {{- if ge (len .) 1 }}
+ {{- range . }}
+ #{{ . }}
+ {{- end }}
+ {{- end }}
+ {{- end }}
+
+ {{- end }}
+
diff --git a/layouts/partials/terms.html b/layouts/partials/terms.html
index 48ba445..8c64e07 100644
--- a/layouts/partials/terms.html
+++ b/layouts/partials/terms.html
@@ -11,17 +11,17 @@
{{- $taxonomy := .taxonomy }}
{{- with $page.GetTerms $taxonomy }}
- {{- $label := (index . 0).Parent.LinkTitle }}
-
- "partials/terms.html"
+{{- $label := (index . 0).Parent.LinkTitle }}
+
+{{/* "partials/terms.html" */}}
{{ end -}}
{{- /* Trim EOF */ -}}
diff --git a/layouts/posts/list.html b/layouts/posts/list.html
index d0dfdcc..e723127 100644
--- a/layouts/posts/list.html
+++ b/layouts/posts/list.html
@@ -1,29 +1,36 @@
{{ define "main" }}
- {{ $pages := where site.RegularPages "Section" "posts" }}
- {{ $paginator := .Paginate $pages }}
- {{ range $paginator.Pages }}
-
-
- {{ if eq .Truncated false }}
- There is no summary. Someone got lazy.
- Read Anyway →
- {{ else }}
-
- {{ .Summary | emojify }}
-
- {{ end }}
- {{ if .Truncated }}
-
- Read more →
-
- {{ end }}
-
-
- {{ end }}
- {{ partial "pagination.html" . }}
-
+{{ $pages := where site.RegularPages "Section" "posts" }}
+{{ $paginator := .Paginate $pages }}
+{{ range $paginator.Pages }}
+
+
+{{ if eq .Truncated false }}
+ There is no summary. Someone got lazy.
+
+ Read Anyway →
+
+{{ else }}
+
+ {{ .Summary | emojify }}
+
+{{ end }}
+{{ if .Truncated }}
+
+
+ Read more →
+
+
+{{ end }}
+
+
+{{ end }}
+{{ partial "pagination.html" . }}
+
{{ end }}
{{- /* Trim EOF */ -}}
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 5067e91..f56fd60 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -1,9 +1,9 @@
{{ define "main" }}
- {{ partial "post-meta.html" . }}
-
- {{ .Content | emojify }}
-
- {{- partial "pager.html" . }}
-
+{{ partial "post-meta.html" . }}
+
+ {{ .Content | emojify }}
+
+{{- partial "pager.html" . }}
+
{{ end }}
{{- /* Trim EOF */ -}}
diff --git a/layouts/shortcodes/labeled-highlight.html b/layouts/shortcodes/labeled-highlight.html
index 1511cd2..75211ba 100644
--- a/layouts/shortcodes/labeled-highlight.html
+++ b/layouts/shortcodes/labeled-highlight.html
@@ -3,6 +3,7 @@
{{- $options := cond .IsNamedParams (.Get "options") (.Get 2) -}}
{{- $inner := trim .Inner "\n\r" -}}
{{- $highlight := "" -}}
+
{{- if hasPrefix $inner "```" -}}
{{- /* Inner is a code fence, so render with markdownify */ -}}
{{- $highlight = $inner | markdownify -}}
@@ -10,6 +11,7 @@
{{- /* Inner is not a code fence, so render with highlight */ -}}
{{- $highlight = highlight $inner $lang $options -}}
{{- end -}}
+
{{- /* Output */ -}}
{{- with $label }}
From d97fd8b0973e1db6ec5b12219443dec9f21b81f2 Mon Sep 17 00:00:00 2001
From: Barry Morrison <689591+esacteksab@users.noreply.github.com>
Date: Mon, 31 Mar 2025 21:47:45 -0500
Subject: [PATCH 4/5] chore: continued support for accent colors
---
assets/css/main.css | 70 +++++++++++++++++++++++++++++----------------
1 file changed, 46 insertions(+), 24 deletions(-)
diff --git a/assets/css/main.css b/assets/css/main.css
index c985ff8..6081b5b 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -57,7 +57,7 @@
}
p {
- @apply block text-sm/tight font-medium;
+ @apply block text-base/normal font-medium;
margin-block: unset;
@apply py-2;
}
@@ -91,6 +91,7 @@ a:hover .anchor-icon {
code {
display: inline-block;
+ margin: 0.125em;
padding: 0.0625rem 0.25rem;
font-size: 85%;
@apply rounded-sm no-underline;
@@ -142,7 +143,7 @@ nav label {
}
.post-preview > span > p {
- @apply mt-5;
+ @apply mt-2;
}
.post-metadata p {
@@ -284,7 +285,7 @@ article h2 {
}
.tags {
- @apply ml-2 p-1 font-mono;
+ @apply ml-2 p-1;
}
/* p + p {
@@ -323,35 +324,35 @@ h2 + h3 {
}
.alert-note {
- @apply bg-blue-100 text-blue-700;
+ @apply bg-blue-50 text-blue-700;
code {
@apply border-blue-700;
}
}
.alert-tip {
- @apply bg-orange-100 text-orange-700;
+ @apply bg-amber-50 text-amber-700;
code {
- @apply border-orange-700;
+ @apply border-amber-700;
}
}
.alert-important {
- @apply bg-lime-100 text-lime-700;
+ @apply bg-lime-50 text-lime-700;
code {
@apply border-lime-700;
}
}
.alert-caution {
- @apply bg-yellow-100 text-yellow-700;
+ @apply bg-yellow-50 text-yellow-700;
code {
@apply border-yellow-700;
}
}
.alert-warning {
- @apply bg-red-100 text-red-700;
+ @apply bg-red-50 text-red-700;
code {
@apply border-red-700;
}
@@ -384,6 +385,7 @@ hr {
}
code {
@apply border-1;
+ margin: 0;
}
}
@@ -412,7 +414,7 @@ Dark Mode
@apply border-amber-500;
} */
code {
- @apply border-neutral-600 font-mono;
+ border-color: var(--accent-color);
color: var(--accent-color);
}
@@ -421,17 +423,20 @@ Dark Mode
}
tr {
- @apply border-t-1 border-neutral-600;
+ @apply border-t-1; /* border-neutral-600; */
+ border-color: var(--accent-color);
}
th {
- @apply border-1 border-neutral-600;
+ @apply border-1; /* border-neutral-600; */
+ border-color: var(--accent-color);
}
td {
- @apply border-1 border-neutral-600;
+ @apply border-1; /* border-neutral-600; */
+ border-color: var(--accent-color);
code {
- @apply border-1 border-neutral-600;
+ @apply border-1; /* border-neutral-600; */
}
}
@@ -439,19 +444,23 @@ Dark Mode
p,
blockquote {
code {
- @apply border-1 border-neutral-600;
+ @apply border-1; /* border-neutral-600; */
+ border-color: var(--accent-color);
}
}
.labeled-highlight__label {
translate: 0% -50%;
code {
- @apply border-neutral-600 bg-zinc-800;
+ /* @apply border-neutral-600 bg-zinc-800; */
+ @apply bg-zinc-800;
+ border-color: var(--accent-color);
}
}
.highlight {
- @apply border-1 rounded-sm border-neutral-600;
+ @apply border-1 rounded-sm; /* border-neutral-600; */
+ border-color: var(--accent-color);
}
.tags {
@@ -478,21 +487,30 @@ Light Mode
@media (prefers-color-scheme: light) {
code {
- @apply font-mono text-orange-700;
+ /* @apply text-orange-700; */
+ color: var(--accent-color);
}
tr {
- @apply border-t-1 border-neutral-600;
+ /*@apply border-t-1 border-neutral-600; */
+ @apply border-t-1;
+ border-color: var(--accent-color);
}
th {
- @apply border-1 border-neutral-600;
+ /* @apply border-1 border-neutral-600; */
+ @apply border-1;
+ border-color: var(--accent-color);
}
td {
- @apply border-1 border-neutral-600;
+ /* @apply border-1 border-neutral-600; */
+ @apply border-1;
+ border-color: var(--accent-color);
code {
- @apply border-1 border-orange-700;
+ /* @apply border-1 border-orange-700; */
+ @apply border-1;
+ border-color: var(--accent-color);
}
}
@@ -504,14 +522,18 @@ Light Mode
p,
blockquote {
code {
- @apply border-1 border-orange-700;
+ /* @apply border-1 border-orange-700; */
+ @apply border-1;
+ border-color: var(--accent-color);
}
}
.labeled-highlight__label {
translate: 0;
code {
- @apply border-orange-500 bg-neutral-100;
+ /* @apply border-orange-500 bg-neutral-100; */
+ @apply bg-neutral-100;
+ border-color: var(--accent-color);
}
}
From dc790f8dd6224e1201043f5cb72e069e91655106 Mon Sep 17 00:00:00 2001
From: Barry Morrison <689591+esacteksab@users.noreply.github.com>
Date: Mon, 31 Mar 2025 22:00:34 -0500
Subject: [PATCH 5/5] chore: sets a default for light scheme
---
assets/css/main.css | 38 +++++++++-----------------------------
1 file changed, 9 insertions(+), 29 deletions(-)
diff --git a/assets/css/main.css b/assets/css/main.css
index 6081b5b..5630734 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -1,10 +1,6 @@
@import "tailwindcss";
@source "hugo_stats.json";
-/* @theme inline {
- --accent-color: var(--color-amber-500);
-} */
-
:root {
--accent-color: var(--color-amber-500);
}
@@ -65,7 +61,6 @@
header,
main {
- /* @apply border-amber-500; */
border-color: var(--accent-color);
}
@@ -147,7 +142,6 @@ nav label {
}
.post-metadata p {
- /* @apply md:decoration-amber-500; */
text-decoration-color: var(--accent-color);
}
@@ -288,10 +282,6 @@ article h2 {
@apply ml-2 p-1;
}
-/* p + p {
- @apply my-1.5;
-} */
-
p + a + h1,
p + a + h2,
p + a + h3,
@@ -409,10 +399,6 @@ Dark Mode
*/
@media (prefers-color-scheme: dark) {
- /* header,
- main {
- @apply border-amber-500;
- } */
code {
border-color: var(--accent-color);
color: var(--accent-color);
@@ -423,20 +409,20 @@ Dark Mode
}
tr {
- @apply border-t-1; /* border-neutral-600; */
+ @apply border-t-1;
border-color: var(--accent-color);
}
th {
- @apply border-1; /* border-neutral-600; */
+ @apply border-1;
border-color: var(--accent-color);
}
td {
- @apply border-1; /* border-neutral-600; */
+ @apply border-1;
border-color: var(--accent-color);
code {
- @apply border-1; /* border-neutral-600; */
+ @apply border-1;
}
}
@@ -444,7 +430,7 @@ Dark Mode
p,
blockquote {
code {
- @apply border-1; /* border-neutral-600; */
+ @apply border-1;
border-color: var(--accent-color);
}
}
@@ -459,7 +445,7 @@ Dark Mode
}
.highlight {
- @apply border-1 rounded-sm; /* border-neutral-600; */
+ @apply border-1 rounded-sm;
border-color: var(--accent-color);
}
@@ -468,7 +454,6 @@ Dark Mode
}
:is(.read-more, .pager) a {
- /* @apply text-amber-500; */
color: var(--accent-color);
}
@@ -486,29 +471,27 @@ Light Mode
*/
@media (prefers-color-scheme: light) {
+ :root {
+ --accent-color: var(--color-orange-700);
+ }
code {
- /* @apply text-orange-700; */
color: var(--accent-color);
}
tr {
- /*@apply border-t-1 border-neutral-600; */
@apply border-t-1;
border-color: var(--accent-color);
}
th {
- /* @apply border-1 border-neutral-600; */
@apply border-1;
border-color: var(--accent-color);
}
td {
- /* @apply border-1 border-neutral-600; */
@apply border-1;
border-color: var(--accent-color);
code {
- /* @apply border-1 border-orange-700; */
@apply border-1;
border-color: var(--accent-color);
}
@@ -522,7 +505,6 @@ Light Mode
p,
blockquote {
code {
- /* @apply border-1 border-orange-700; */
@apply border-1;
border-color: var(--accent-color);
}
@@ -531,7 +513,6 @@ Light Mode
.labeled-highlight__label {
translate: 0;
code {
- /* @apply border-orange-500 bg-neutral-100; */
@apply bg-neutral-100;
border-color: var(--accent-color);
}
@@ -546,7 +527,6 @@ Light Mode
}
:is(.read-more, .pager) a {
- /* @apply text-orange-700; */
color: var(--accent-color);
}
}