This commit is contained in:
caishi 2023-03-23 11:33:46 +08:00
parent 1e4c0751b9
commit 41d4804c1c
2 changed files with 9 additions and 6 deletions

View File

@ -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'],
},
};

View File

@ -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;