mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
Merge pull request #2171 from timcappalli/main
📝 docs update for showCategoryOnly
This commit is contained in:
+58
-226
@@ -1,4 +1,4 @@
|
|||||||
/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
|
/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
|
||||||
/*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */
|
/*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */
|
||||||
@layer properties;
|
@layer properties;
|
||||||
#zen-mode-button {
|
#zen-mode-button {
|
||||||
@@ -392,15 +392,9 @@ body.zen-mode-enable {
|
|||||||
color: var(--tw-prose-links);
|
color: var(--tw-prose-links);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-decoration-color: color-mix(in srgb, rgba(rgba(var(--color-primary-300), 1), 1) 100%, transparent);
|
text-decoration-color: rgba(var(--color-primary-300), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
text-decoration-color: color-mix(in oklab, rgba(var(--color-primary-300), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: color-mix(in srgb, rgba(rgba(var(--color-primary-600), 1), 1) 100%, transparent);
|
color: rgba(var(--color-primary-600), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
color: color-mix(in oklab, rgba(var(--color-primary-600), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-radius: 0.09rem;
|
border-radius: 0.09rem;
|
||||||
}
|
}
|
||||||
@@ -563,20 +557,14 @@ body.zen-mode-enable {
|
|||||||
padding-inline-end: 0.375em;
|
padding-inline-end: 0.375em;
|
||||||
padding-bottom: 0.1875em;
|
padding-bottom: 0.1875em;
|
||||||
padding-inline-start: 0.375em;
|
padding-inline-start: 0.375em;
|
||||||
background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-200), 1), 1) 100%, transparent);
|
background-color: rgba(var(--color-neutral-200), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
background-color: color-mix(in oklab, rgba(var(--color-neutral-200), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
padding: 0.1rem 0.4rem;
|
padding: 0.1rem 0.4rem;
|
||||||
}
|
}
|
||||||
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
color: var(--tw-prose-code);
|
color: var(--tw-prose-code);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-50), 1), 1) 100%, transparent);
|
background-color: rgba(var(--color-neutral-50), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
background-color: color-mix(in oklab, rgba(var(--color-neutral-50), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
@@ -696,138 +684,42 @@ body.zen-mode-enable {
|
|||||||
line-height: 1.4285714;
|
line-height: 1.4285714;
|
||||||
margin-top: 0.8571429em;
|
margin-top: 0.8571429em;
|
||||||
}
|
}
|
||||||
--tw-prose-body: color-mix(in srgb, rgba(rgba(var(--color-neutral-700), 1), 1) 100%, transparent);
|
--tw-prose-body: rgba(var(--color-neutral-700), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
--tw-prose-headings: rgba(var(--color-neutral-800), 1);
|
||||||
--tw-prose-body: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent);
|
--tw-prose-lead: rgba(var(--color-neutral-500), 1);
|
||||||
}
|
--tw-prose-links: rgba(var(--color-primary-600), 1);
|
||||||
--tw-prose-headings: color-mix(in srgb, rgba(rgba(var(--color-neutral-800), 1), 1) 100%, transparent);
|
--tw-prose-bold: rgba(var(--color-neutral-900), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
--tw-prose-counters: rgba(var(--color-neutral-800), 1);
|
||||||
--tw-prose-headings: color-mix(in oklab, rgba(var(--color-neutral-800), 1) 100%, transparent);
|
--tw-prose-bullets: rgba(var(--color-neutral-500), 1);
|
||||||
}
|
--tw-prose-hr: rgba(var(--color-neutral-200), 1);
|
||||||
--tw-prose-lead: color-mix(in srgb, rgba(rgba(var(--color-neutral-500), 1), 1) 100%, transparent);
|
--tw-prose-quotes: rgba(var(--color-neutral-700), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
--tw-prose-quote-borders: rgba(var(--color-primary-200), 1);
|
||||||
--tw-prose-lead: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 100%, transparent);
|
--tw-prose-captions: rgba(var(--color-neutral-500), 1);
|
||||||
}
|
|
||||||
--tw-prose-links: color-mix(in srgb, rgba(rgba(var(--color-primary-600), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-links: color-mix(in oklab, rgba(var(--color-primary-600), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-bold: color-mix(in srgb, rgba(rgba(var(--color-neutral-900), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-bold: color-mix(in oklab, rgba(var(--color-neutral-900), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-counters: color-mix(in srgb, rgba(rgba(var(--color-neutral-800), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-counters: color-mix(in oklab, rgba(var(--color-neutral-800), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-bullets: color-mix(in srgb, rgba(rgba(var(--color-neutral-500), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-bullets: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-hr: color-mix(in srgb, rgba(rgba(var(--color-neutral-200), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-hr: color-mix(in oklab, rgba(var(--color-neutral-200), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-quotes: color-mix(in srgb, rgba(rgba(var(--color-neutral-700), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-quotes: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-quote-borders: color-mix(in srgb, rgba(rgba(var(--color-primary-200), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-quote-borders: color-mix(in oklab, rgba(var(--color-primary-200), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-captions: color-mix(in srgb, rgba(rgba(var(--color-neutral-500), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-captions: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-kbd: oklch(21% 0.034 264.665);
|
--tw-prose-kbd: oklch(21% 0.034 264.665);
|
||||||
--tw-prose-kbd-shadows: NaN NaN NaN;
|
--tw-prose-kbd-shadows: NaN NaN NaN;
|
||||||
--tw-prose-code: color-mix(in srgb, rgba(rgba(var(--color-secondary-700), 1), 1) 100%, transparent);
|
--tw-prose-code: rgba(var(--color-secondary-700), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
--tw-prose-pre-code: rgba(var(--color-neutral-700), 1);
|
||||||
--tw-prose-code: color-mix(in oklab, rgba(var(--color-secondary-700), 1) 100%, transparent);
|
--tw-prose-pre-bg: rgba(var(--color-neutral-50), 1);
|
||||||
}
|
--tw-prose-th-borders: rgba(var(--color-neutral-500), 1);
|
||||||
--tw-prose-pre-code: color-mix(in srgb, rgba(rgba(var(--color-neutral-700), 1), 1) 100%, transparent);
|
--tw-prose-td-borders: rgba(var(--color-neutral-300), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
--tw-prose-invert-body: rgba(var(--color-neutral-300), 1);
|
||||||
--tw-prose-pre-code: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent);
|
--tw-prose-invert-headings: rgba(var(--color-neutral-50), 1);
|
||||||
}
|
--tw-prose-invert-lead: rgba(var(--color-neutral-500), 1);
|
||||||
--tw-prose-pre-bg: color-mix(in srgb, rgba(rgba(var(--color-neutral-50), 1), 1) 100%, transparent);
|
--tw-prose-invert-links: rgba(var(--color-primary-400), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
--tw-prose-invert-bold: rgba(var(--color-neutral), 1);
|
||||||
--tw-prose-pre-bg: color-mix(in oklab, rgba(var(--color-neutral-50), 1) 100%, transparent);
|
--tw-prose-invert-counters: rgba(var(--color-neutral-400), 1);
|
||||||
}
|
--tw-prose-invert-bullets: rgba(var(--color-neutral-600), 1);
|
||||||
--tw-prose-th-borders: color-mix(in srgb, rgba(rgba(var(--color-neutral-500), 1), 1) 100%, transparent);
|
--tw-prose-invert-hr: rgba(var(--color-neutral-500), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
--tw-prose-invert-quotes: rgba(var(--color-neutral-200), 1);
|
||||||
--tw-prose-th-borders: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 100%, transparent);
|
--tw-prose-invert-quote-borders: rgba(var(--color-primary-900), 1);
|
||||||
}
|
--tw-prose-invert-captions: rgba(var(--color-neutral-400), 1);
|
||||||
--tw-prose-td-borders: color-mix(in srgb, rgba(rgba(var(--color-neutral-300), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-td-borders: color-mix(in oklab, rgba(var(--color-neutral-300), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-body: color-mix(in srgb, rgba(rgba(var(--color-neutral-300), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-body: color-mix(in oklab, rgba(var(--color-neutral-300), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-headings: color-mix(in srgb, rgba(rgba(var(--color-neutral-50), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-headings: color-mix(in oklab, rgba(var(--color-neutral-50), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-lead: color-mix(in srgb, rgba(rgba(var(--color-neutral-500), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-lead: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-links: color-mix(in srgb, rgba(rgba(var(--color-primary-400), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-links: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-bold: color-mix(in srgb, rgba(rgba(var(--color-neutral), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-bold: color-mix(in oklab, rgba(var(--color-neutral), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-counters: color-mix(in srgb, rgba(rgba(var(--color-neutral-400), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-counters: color-mix(in oklab, rgba(var(--color-neutral-400), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-bullets: color-mix(in srgb, rgba(rgba(var(--color-neutral-600), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-bullets: color-mix(in oklab, rgba(var(--color-neutral-600), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-hr: color-mix(in srgb, rgba(rgba(var(--color-neutral-500), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-hr: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-quotes: color-mix(in srgb, rgba(rgba(var(--color-neutral-200), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-quotes: color-mix(in oklab, rgba(var(--color-neutral-200), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-quote-borders: color-mix(in srgb, rgba(rgba(var(--color-primary-900), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-quote-borders: color-mix(in oklab, rgba(var(--color-primary-900), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-captions: color-mix(in srgb, rgba(rgba(var(--color-neutral-400), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-captions: color-mix(in oklab, rgba(var(--color-neutral-400), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-kbd: #fff;
|
--tw-prose-invert-kbd: #fff;
|
||||||
--tw-prose-invert-kbd-shadows: 255 255 255;
|
--tw-prose-invert-kbd-shadows: 255 255 255;
|
||||||
--tw-prose-invert-code: color-mix(in srgb, rgba(rgba(var(--color-secondary-400), 1), 1) 100%, transparent);
|
--tw-prose-invert-code: rgba(var(--color-secondary-400), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
--tw-prose-invert-pre-code: rgba(var(--color-neutral-200), 1);
|
||||||
--tw-prose-invert-code: color-mix(in oklab, rgba(var(--color-secondary-400), 1) 100%, transparent);
|
--tw-prose-invert-pre-bg: rgba(var(--color-neutral-700), 1);
|
||||||
}
|
--tw-prose-invert-th-borders: rgba(var(--color-neutral-500), 1);
|
||||||
--tw-prose-invert-pre-code: color-mix(in srgb, rgba(rgba(var(--color-neutral-200), 1), 1) 100%, transparent);
|
--tw-prose-invert-td-borders: rgba(var(--color-neutral-700), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-pre-code: color-mix(in oklab, rgba(var(--color-neutral-200), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-pre-bg: color-mix(in srgb, rgba(rgba(var(--color-neutral-700), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-pre-bg: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-th-borders: color-mix(in srgb, rgba(rgba(var(--color-neutral-500), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-th-borders: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
--tw-prose-invert-td-borders: color-mix(in srgb, rgba(rgba(var(--color-neutral-700), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
--tw-prose-invert-td-borders: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
@@ -913,14 +805,8 @@ body.zen-mode-enable {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
:where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
color: color-mix(in srgb, rgba(rgba(var(--color-neutral-800), 1), 1) 100%, transparent);
|
color: rgba(var(--color-neutral-800), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
background-color: rgba(var(--color-primary-600), 1);
|
||||||
color: color-mix(in oklab, rgba(var(--color-neutral-800), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
background-color: color-mix(in srgb, rgba(rgba(var(--color-primary-600), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
background-color: color-mix(in oklab, rgba(var(--color-primary-600), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
padding: 0.1rem 0.2rem;
|
padding: 0.1rem 0.2rem;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
}
|
}
|
||||||
@@ -931,16 +817,10 @@ body.zen-mode-enable {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
:where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
text-decoration-color: color-mix(in srgb, rgba(rgba(var(--color-primary-600), 1), 1) 100%, transparent);
|
text-decoration-color: rgba(var(--color-primary-600), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
text-decoration-color: color-mix(in oklab, rgba(var(--color-primary-600), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
:where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
text-decoration-color: color-mix(in srgb, rgba(rgba(var(--color-primary-600), 1), 1) 100%, transparent);
|
text-decoration-color: rgba(var(--color-primary-600), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
text-decoration-color: color-mix(in oklab, rgba(var(--color-primary-600), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.\!mt-0 {
|
.\!mt-0 {
|
||||||
@@ -1649,50 +1529,26 @@ body.zen-mode-enable {
|
|||||||
--tw-prose-th-borders: var(--tw-prose-invert-th-borders);
|
--tw-prose-th-borders: var(--tw-prose-invert-th-borders);
|
||||||
--tw-prose-td-borders: var(--tw-prose-invert-td-borders);
|
--tw-prose-td-borders: var(--tw-prose-invert-td-borders);
|
||||||
:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
text-decoration-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-600), 1), 1) 100%, transparent);
|
text-decoration-color: rgba(var(--color-neutral-600), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
text-decoration-color: color-mix(in oklab, rgba(var(--color-neutral-600), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: color-mix(in srgb, rgba(rgba(var(--color-primary-400), 1), 1) 100%, transparent);
|
color: rgba(var(--color-primary-400), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
color: color-mix(in srgb, rgba(rgba(var(--color-neutral-200), 1), 1) 100%, transparent);
|
color: rgba(var(--color-neutral-200), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
background-color: rgba(var(--color-neutral-700), 1);
|
||||||
color: color-mix(in oklab, rgba(var(--color-neutral-200), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-700), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
background-color: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
:where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
background-color: color-mix(in srgb, rgba(rgba(var(--color-primary-400), 1), 1) 100%, transparent);
|
background-color: rgba(var(--color-primary-400), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
background-color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-700), 1), 1) 100%, transparent);
|
background-color: rgba(var(--color-neutral-700), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
background-color: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
:where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
text-decoration-color: color-mix(in srgb, rgba(rgba(var(--color-primary-400), 1), 1) 100%, transparent);
|
text-decoration-color: rgba(var(--color-primary-400), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
text-decoration-color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
:where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
text-decoration-color: color-mix(in srgb, rgba(rgba(var(--color-primary-400), 1), 1) 100%, transparent);
|
text-decoration-color: rgba(var(--color-primary-400), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
text-decoration-color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.bg-\[\#6d6d6d\] {
|
.bg-\[\#6d6d6d\] {
|
||||||
@@ -2215,7 +2071,7 @@ body.zen-mode-enable {
|
|||||||
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
||||||
}
|
}
|
||||||
.transition {
|
.transition {
|
||||||
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
|
||||||
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
||||||
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
||||||
}
|
}
|
||||||
@@ -3205,50 +3061,26 @@ body.zen-mode-enable {
|
|||||||
--tw-prose-th-borders: var(--tw-prose-invert-th-borders);
|
--tw-prose-th-borders: var(--tw-prose-invert-th-borders);
|
||||||
--tw-prose-td-borders: var(--tw-prose-invert-td-borders);
|
--tw-prose-td-borders: var(--tw-prose-invert-td-borders);
|
||||||
:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
text-decoration-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-600), 1), 1) 100%, transparent);
|
text-decoration-color: rgba(var(--color-neutral-600), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
text-decoration-color: color-mix(in oklab, rgba(var(--color-neutral-600), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: color-mix(in srgb, rgba(rgba(var(--color-primary-400), 1), 1) 100%, transparent);
|
color: rgba(var(--color-primary-400), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
color: color-mix(in srgb, rgba(rgba(var(--color-neutral-200), 1), 1) 100%, transparent);
|
color: rgba(var(--color-neutral-200), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
background-color: rgba(var(--color-neutral-700), 1);
|
||||||
color: color-mix(in oklab, rgba(var(--color-neutral-200), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-700), 1), 1) 100%, transparent);
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
background-color: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
:where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
background-color: color-mix(in srgb, rgba(rgba(var(--color-primary-400), 1), 1) 100%, transparent);
|
background-color: rgba(var(--color-primary-400), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
background-color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-700), 1), 1) 100%, transparent);
|
background-color: rgba(var(--color-neutral-700), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
background-color: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
:where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
text-decoration-color: color-mix(in srgb, rgba(rgba(var(--color-primary-400), 1), 1) 100%, transparent);
|
text-decoration-color: rgba(var(--color-primary-400), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
text-decoration-color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
:where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
:where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
||||||
text-decoration-color: color-mix(in srgb, rgba(rgba(var(--color-primary-400), 1), 1) 100%, transparent);
|
text-decoration-color: rgba(var(--color-primary-400), 1);
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
text-decoration-color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -252,7 +252,8 @@ Many of the article defaults here can be overridden on a per article basis by sp
|
|||||||
| `article.showTableOfContents` | `false` | Whether or not the table of contents is displayed on articles. |
|
| `article.showTableOfContents` | `false` | Whether or not the table of contents is displayed on articles. |
|
||||||
| `article.showRelatedContent` | `false` | Display related content for each post. Might required additional configuration to your `config.toml`. Please check the theme `config.toml` if you want to enable this feature and copy all the relevant _related_ entries. Also check [Hugo's docs](https://gohugo.io/content-management/related/) on related content. |
|
| `article.showRelatedContent` | `false` | Display related content for each post. Might required additional configuration to your `config.toml`. Please check the theme `config.toml` if you want to enable this feature and copy all the relevant _related_ entries. Also check [Hugo's docs](https://gohugo.io/content-management/related/) on related content. |
|
||||||
| `article.relatedContentLimit` | `3` | Limit of related articles to display if `showRelatedContent` is turned on. |
|
| `article.relatedContentLimit` | `3` | Limit of related articles to display if `showRelatedContent` is turned on. |
|
||||||
| `article.showTaxonomies` | `false` | Whether or not the taxonomies related to this article are displayed. |
|
| `article.showTaxonomies` | `false` | Whether or not all the taxonomies related to this article are displayed. |
|
||||||
|
| `article.showCategoryOnly` | `false` | Whether or not the "category" taxonomy is displayed. `showTaxonomies` should be `false` when this param is used, otherwise duplicates will appear. |
|
||||||
| `article.showAuthorsBadges` | `false` | Whether the `authors` taxonomies are are displayed in the article or list header. This requires the setup of `multiple authors` and the `authors` taxonomy. Check [this page]({{< ref "multi-author" >}}) for more details on how to configure that feature. |
|
| `article.showAuthorsBadges` | `false` | Whether the `authors` taxonomies are are displayed in the article or list header. This requires the setup of `multiple authors` and the `authors` taxonomy. Check [this page]({{< ref "multi-author" >}}) for more details on how to configure that feature. |
|
||||||
| `article.showWordCount` | `false` | Whether or not article word counts are displayed. |
|
| `article.showWordCount` | `false` | Whether or not article word counts are displayed. |
|
||||||
| `article.showComments` | `false` | Whether or not the [comments partial]({{< ref "partials#comments" >}}) is included after the article footer. |
|
| `article.showComments` | `false` | Whether or not the [comments partial]({{< ref "partials#comments" >}}) is included after the article footer. |
|
||||||
|
|||||||
Generated
+3
-3
@@ -4758,9 +4758,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/undici": {
|
"node_modules/undici": {
|
||||||
"version": "5.28.5",
|
"version": "5.29.0",
|
||||||
"resolved": "https://registry.npmjs.org/undici/-/undici-5.28.5.tgz",
|
"resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz",
|
||||||
"integrity": "sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==",
|
"integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fastify/busboy": "^2.0.0"
|
"@fastify/busboy": "^2.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user