🏗️ First time sync the css & js files from hexo theme NexT

This commit is contained in:
凡梦星尘
2022-05-21 17:47:26 +08:00
commit 9eb7a32d23
167 changed files with 8043 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
// Variables of Mist scheme
// ==================================================
@import 'Muse';
$content-padding-bottom : 80px;
$posts-first-padding : 80px;
$posts-first-padding-mobile : 60px;
$link-decoration-color : $grey-light;
$content-bg-color : $whitesmoke;
$menu-item-bg-color : $grey-lighter;
$head-bg : var(--content-bg-color);
$brand-color : $black-deep;
$brand-hover-color : $brand-color;
$posts-collapse-left : 0;
$btn-default-bg : transparent;
$btn-default-color : var(--link-color);
$btn-default-hover-bg : transparent;
$btn-default-border-color : var(--link-color);
$btn-default-hover-color : var(--link-hover-color);
$btn-default-hover-border-color : var(--link-hover-color);