diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-09-20 22:27:35 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-09-20 22:27:35 +0000 |
| commit | 9b5f3fad7068298265dbbc8a65077f7917a090a5 (patch) | |
| tree | 0905b29eb7c03d6bc6e16dd1ebcd1ec9b6b83320 /themes/hugo-book/assets/_defaults.scss | |
| parent | super simple setup guide (diff) | |
updated hugo-book theme
Diffstat (limited to 'themes/hugo-book/assets/_defaults.scss')
| -rw-r--r-- | themes/hugo-book/assets/_defaults.scss | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/themes/hugo-book/assets/_defaults.scss b/themes/hugo-book/assets/_defaults.scss index 96c4d84..ff7ecb9 100644 --- a/themes/hugo-book/assets/_defaults.scss +++ b/themes/hugo-book/assets/_defaults.scss @@ -22,9 +22,16 @@ $toc-width: 16rem !default; $mobile-breakpoint: $menu-width + $body-min-width * 1.2 + $toc-width !default; $hint-colors: ( - info: #6bf, - warning: #fd6, - danger: #f66, + default: #64748b, + info: #4486dd, + success: #3bad3b, + warning: #f59e42, + danger: #d84747, + + note: #4486dd, + tip: #3bad3b, + important: #8144dd, + caution: #d84747 ) !default; // Themes @@ -34,16 +41,12 @@ $hint-colors: ( --gray-500: #adb5bd; --color-link: #0055bb; - --color-visited-link: #8440f1; + --color-visited-link: #5500bb; --body-background: white; --body-font-color: black; --icon-filter: none; - - --hint-color-info: #6bf; - --hint-color-warning: #fd6; - --hint-color-danger: #f66; } @mixin theme-dark { @@ -58,8 +61,4 @@ $hint-colors: ( --body-font-color: #e9ecef; --icon-filter: brightness(0) invert(1); - - --hint-color-info: #6bf; - --hint-color-warning: #fd6; - --hint-color-danger: #f66; } |
