forked from osredm/PHengLEI-docs
color
This commit is contained in:
parent
1e4c0751b9
commit
41d4804c1c
|
@ -81,7 +81,7 @@ module.exports = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
copyright: `Copyright © ${new Date().getFullYear()} 前端周同学~`,
|
copyright: `©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号`,
|
||||||
},
|
},
|
||||||
prism: {
|
prism: {
|
||||||
theme: lightCodeTheme,
|
theme: lightCodeTheme,
|
||||||
|
@ -110,8 +110,8 @@ module.exports = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
// i18n: {
|
i18n: {
|
||||||
// defaultLocale: 'zh-cn',
|
defaultLocale: 'zh-cn',
|
||||||
// locales: ['en', 'zh-cn'],
|
locales: ['en', 'zh-cn'],
|
||||||
// },
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -25,7 +25,10 @@
|
||||||
.navbar__link{
|
.navbar__link{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.menu{
|
.table-of-contents__link--active{
|
||||||
|
color: #466aff;
|
||||||
|
}
|
||||||
|
html[data-theme=light] .menu{
|
||||||
background-image:linear-gradient(180deg,#f3f5f8 0%,#ffffff 100%);
|
background-image:linear-gradient(180deg,#f3f5f8 0%,#ffffff 100%);
|
||||||
box-shadow:8px 6px 18px rgba(171, 202, 255, 0.24) inset;
|
box-shadow:8px 6px 18px rgba(171, 202, 255, 0.24) inset;
|
||||||
margin-bottom: 0px!important;
|
margin-bottom: 0px!important;
|
||||||
|
|
Loading…
Reference in New Issue