fix(CSS): restore the definition of the $global-font-secondary-color variable; third-party components may reference it

This commit is contained in:
Cell
2026-03-04 16:02:10 +08:00
parent da297a71f8
commit 423a7ddbf7
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -74,6 +74,7 @@
// Global
global-background-color: (light: $global-background-color, dark: $global-background-color-dark),
global-font-color: (light: $global-font-color, dark: $global-font-color-dark),
global-font-secondary-color: (light: $global-font-secondary-color, dark: $global-font-secondary-color-dark),
global-placeholder-color: (light: $global-placeholder-color, dark: $global-placeholder-color-dark),
global-link-color: (light: $global-link-color, dark: $global-link-color-dark),
global-link-hover-color: (light: $global-link-hover-color, dark: $global-link-hover-color-dark),
+4
View File
@@ -28,6 +28,10 @@ $global-background-color-dark: #292a2e !default;
$global-font-color: #161209 !default;
$global-font-color-dark: #b1b1ba !default;
// Color of the secondary text
$global-font-secondary-color: #8b949e !default;
$global-font-secondary-color-dark: #7d8792 !default;
// Color of the placeholder
$global-placeholder-color: #b1b1ba !default;
$global-placeholder-color-dark: #909092 !default;
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v0.4.4-20260304032604-ba63d67a" -}}
{{- hugo.Store.Set "version" "v0.4.4-20260304080211-da297a71" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}