diff --git a/src/components/Comments/Waline.astro b/src/components/Comments/Waline.astro index 649e1da..2aa0741 100644 --- a/src/components/Comments/Waline.astro +++ b/src/components/Comments/Waline.astro @@ -100,7 +100,7 @@ document.addEventListener('astro:after-swap', initWaline) } #waline .wl-card .wl-quote { - --at-apply: 'border-is-none mt-6'; + --at-apply: 'border-is-none mt-4'; } #waline .wl-editor { diff --git a/src/components/Widgets/TOC.astro b/src/components/Widgets/TOC.astro index fc7baa9..b369acf 100644 --- a/src/components/Widgets/TOC.astro +++ b/src/components/Widgets/TOC.astro @@ -104,7 +104,7 @@ const filteredHeadings = headings.filter(heading => } .accordion-content { - --at-apply: 'overflow-hidden max-h-66 lg:max-h-82 2xl:(max-h-[calc(100vh-21.5rem)]) pl-4 pr-6'; + --at-apply: 'overflow-hidden max-h-66 2xl:(max-h-[calc(100vh-21.5rem)]) pl-4 pr-6'; } /* When toggle is checked, expand the wrapper to show content */ diff --git a/src/pages/404.astro b/src/pages/404.astro index a5848e9..7cc3c5f 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -6,6 +6,6 @@ import Layout from '@/layouts/Layout.astro'
-

PAGE
NOT
FOUND

-

It looks like the page you're looking for
does not exist or has been moved.

+

PAGE
NOT
FOUND

+

It looks like the page you're looking for
does not exist or has been moved.

diff --git a/src/styles/heti.css b/src/styles/heti.css index c50ec07..0ab11cc 100644 --- a/src/styles/heti.css +++ b/src/styles/heti.css @@ -19,7 +19,7 @@ /* Links */ .heti :where(a) { - --at-apply: 'underline decoration-secondary/40 underline-0.075em underline-offset-0.18em lg:underline-0.1em'; + --at-apply: 'underline decoration-secondary/40 underline-0.075em underline-offset-0.2em lg:underline-0.1em'; --at-apply: 'font-medium transition-colors tracking-0 hover:(c-primary decoration-secondary/80) '; }