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: {
|
||||
theme: lightCodeTheme,
|
||||
|
@ -110,8 +110,8 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
],
|
||||
// i18n: {
|
||||
// defaultLocale: 'zh-cn',
|
||||
// locales: ['en', 'zh-cn'],
|
||||
// },
|
||||
i18n: {
|
||||
defaultLocale: 'zh-cn',
|
||||
locales: ['en', 'zh-cn'],
|
||||
},
|
||||
};
|
||||
|
|
|
@ -25,7 +25,10 @@
|
|||
.navbar__link{
|
||||
color: #fff;
|
||||
}
|
||||
.menu{
|
||||
.table-of-contents__link--active{
|
||||
color: #466aff;
|
||||
}
|
||||
html[data-theme=light] .menu{
|
||||
background-image:linear-gradient(180deg,#f3f5f8 0%,#ffffff 100%);
|
||||
box-shadow:8px 6px 18px rgba(171, 202, 255, 0.24) inset;
|
||||
margin-bottom: 0px!important;
|
||||
|
|
Loading…
Reference in New Issue