-
+
-

-
yCENzhのBlog
+

+
yCENzh's Blog
Ciallo~(∠・ω< )⌒☆
diff --git a/src/styles/markdown.css b/src/styles/markdown.css
index 1b2231eb0..ee73d6e87 100644
--- a/src/styles/markdown.css
+++ b/src/styles/markdown.css
@@ -26,6 +26,8 @@
underline decoration-[var(--link-underline)] decoration-1 decoration-dashed underline-offset-4;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
+
+ display: inline-block;
&:hover, &:active {
@apply decoration-transparent;
diff --git a/src/styles/variables.styl b/src/styles/variables.styl
index 874d66d06..b523f2f20 100644
--- a/src/styles/variables.styl
+++ b/src/styles/variables.styl
@@ -92,8 +92,8 @@ define({
--admonitions-color-warning: oklch(0.7 0.14 60) oklch(0.75 0.14 60)
--admonitions-color-caution: oklch(0.6 0.2 25) oklch(0.65 0.2 25)
- --toc-badge-bg: oklch(0.9 0.045 var(--hue)) var(--btn-regular-bg)
- --toc-btn-hover: oklch(0.92 0.015 var(--hue)) oklch(0.22 0.02 var(--hue))
+ --toc-badge-bg: oklch(0.89 0.050 var(--hue)) var(--btn-regular-bg)
+ --toc-btn-hover: oklch(0.926 0.015 var(--hue)) oklch(0.22 0.02 var(--hue))
--toc-btn-active: oklch(0.90 0.015 var(--hue)) oklch(0.25 0.02 var(--hue))
--toc-width: calc((100vw - var(--page-width)) / 2 - 1rem)
--toc-item-active: oklch(0.70 0.13 var(--hue)) oklch(0.35 0.07 var(--hue))