From 8bf2fea7355e10ac552ff29acf5cdf043cc839a4 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sun, 8 Mar 2026 18:07:16 +0800 Subject: [PATCH] fix(typeit): restore cursor color variable definition for proper styling --- assets/css/_core/_widgets/_typeit.scss | 1 + layouts/_partials/init/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/_core/_widgets/_typeit.scss b/assets/css/_core/_widgets/_typeit.scss index b3bff6be..da287e2b 100644 --- a/assets/css/_core/_widgets/_typeit.scss +++ b/assets/css/_core/_widgets/_typeit.scss @@ -8,6 +8,7 @@ white-space: pre-wrap; } + --ti-cursor-color: fixit-var(global-font-color); --ti-cursor-font-family: fixit-var(global-font-family); --ti-cursor-transform: translateX(0); } diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index 4b145f05..4baf5630 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v0.4.4-20260308095742-fda650ad" -}} +{{- hugo.Store.Set "version" "v0.4.4-20260308100717-fe7105a3" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}