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" . -}}