2025-2-26-fixed
This commit is contained in:
21
themes/next/source/css/_variables/Mist.styl
Normal file
21
themes/next/source/css/_variables/Mist.styl
Normal file
@ -0,0 +1,21 @@
|
||||
// Variables of Mist scheme
|
||||
// ==================================================
|
||||
|
||||
@import "Muse.styl";
|
||||
|
||||
$link-decoration-color = $grey-light;
|
||||
$content-bg-color = $whitesmoke;
|
||||
$menu-item-bg-color = $grey-lighter;
|
||||
|
||||
$brand-color = $black-deep;
|
||||
$brand-hover-color = $brand-color;
|
||||
|
||||
$site-meta-text-align = left;
|
||||
$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);
|
||||
Reference in New Issue
Block a user