This commit is contained in:
2023-11-28 04:39:36 +08:00
parent a9ac0e48b3
commit dc37274b6c
86 changed files with 2106 additions and 191 deletions

View File

@@ -52,7 +52,7 @@ $green: #198754;
$teal: #20c997;
$cyan: #0dcaf0;
$highlighter-yellow: #ccf62b;
$highlighter-pink: #ff90ea;
$highlighter-pink: #feacf5;
$highlighter-orange: #ff962a;
$highlighter-blue: #507fff;
$highlighter-purple: #952fff;
@@ -314,7 +314,7 @@ $cyans: (
// fusv-enable
// scss-docs-start theme-color-variables
$primary: $highlighter-blue;
$primary: $highlighter-purple;
$secondary: $gray-600;
$success: $green;
$info: $cyan;
@@ -347,4 +347,3 @@ $highlighter-colors: (
);
$theme-colors: map-merge($theme-colors, $highlighter-colors);
$link-color: $highlighter-purple;