You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
Description
hexo-theme-doc/source/style/_doc/vars.scss
doesn't allow tosource/styles/doc.scss
eg$doc-navbar-background-color: $doc-color-darkest !default;
So for 1., one can't customize into a dark theme:
And for 2. one must set color directly
$doc-navbar-background-color: #333 !default;
loosing the interest of variables.Technical info
The text was updated successfully, but these errors were encountered: