feat: add detection of the theme version and Hugo version (#173)
* feat: add detection of the theme version and Hugo version * fix: hugo.IsProduction is incompatible in Hugo v0.62.0
This commit is contained in:
@@ -32,6 +32,10 @@ $global-link-hover-color-dark: #fff !default;
|
||||
// Color of the border
|
||||
$global-border-color: #dcdcdc !default;
|
||||
$global-border-color-dark: #4a4b50 !default;
|
||||
|
||||
// Color of the highlight
|
||||
$global-highlight-color: #df1a08 !default;
|
||||
$global-highlight-color-dark: #fff !default;
|
||||
// ========== Global ========== //
|
||||
|
||||
// ========== Scrollbar ========== //
|
||||
|
||||
Reference in New Issue
Block a user