no message
Former-commit-id: 7b936ad4ae72eeb7d18d367293b7d8d5133daffb Former-commit-id: 699e6eff6c1806270d93ad5fe88557ee7bee863b Former-commit-id: 7c7cff6cd5bfaf744574bc5a4b1ef6bbd851b6d1
This commit is contained in:
@@ -16,10 +16,10 @@ $theme-header-item-color: #FFF;
|
|||||||
$theme-header-item-background-color: transparent;
|
$theme-header-item-background-color: transparent;
|
||||||
// 顶栏上的项目在 hover 时
|
// 顶栏上的项目在 hover 时
|
||||||
$theme-header-item-color-hover: #FFF;
|
$theme-header-item-color-hover: #FFF;
|
||||||
$theme-header-item-background-color-hover: rgba(#FFF, .3);
|
$theme-header-item-background-color-hover: rgba(#000, .2);
|
||||||
// 顶栏上的项目在 focus 时
|
// 顶栏上的项目在 focus 时
|
||||||
$theme-header-item-color-focus: #FFF;
|
$theme-header-item-color-focus: #FFF;
|
||||||
$theme-header-item-background-color-focus: rgba(#FFF, .3);
|
$theme-header-item-background-color-focus: rgba(#000, .2);
|
||||||
// 顶栏上的项目在 active 时
|
// 顶栏上的项目在 active 时
|
||||||
$theme-header-item-color-active: #FFF;
|
$theme-header-item-color-active: #FFF;
|
||||||
$theme-header-item-background-color-active: rgba(#000, .3);
|
$theme-header-item-background-color-active: rgba(#000, .3);
|
||||||
@@ -29,10 +29,10 @@ $theme-aside-item-color: #FFF;
|
|||||||
$theme-aside-item-background-color: transparent;
|
$theme-aside-item-background-color: transparent;
|
||||||
// 侧边栏上的项目在 hover 时
|
// 侧边栏上的项目在 hover 时
|
||||||
$theme-aside-item-color-hover: #FFF;
|
$theme-aside-item-color-hover: #FFF;
|
||||||
$theme-aside-item-background-color-hover: rgba(#FFF, .3);
|
$theme-aside-item-background-color-hover: rgba(#000, .2);
|
||||||
// 侧边栏上的项目在 focus 时
|
// 侧边栏上的项目在 focus 时
|
||||||
$theme-aside-item-color-focus: #FFF;
|
$theme-aside-item-color-focus: #FFF;
|
||||||
$theme-aside-item-background-color-focus: rgba(#FFF, .3);
|
$theme-aside-item-background-color-focus: rgba(#000, .2);
|
||||||
// 侧边栏上的项目在 active 时
|
// 侧边栏上的项目在 active 时
|
||||||
$theme-aside-item-color-active: #FFF;
|
$theme-aside-item-color-active: #FFF;
|
||||||
$theme-aside-item-background-color-active: rgba(#000, .3);
|
$theme-aside-item-background-color-active: rgba(#000, .3);
|
||||||
Reference in New Issue
Block a user