This commit is contained in:
caishi 2025-02-27 10:05:03 +08:00
parent 08d49d72d7
commit 10bd99f84e
3 changed files with 11 additions and 6 deletions

View File

@ -24,6 +24,10 @@ module.exports = {
href: '/phenglei/katex/katex.min.css',
type: 'text/css',
},
{
href: '/phenglei/css/styles.css',
type: 'text/css',
}
],
themeConfig: {
metadata:[

View File

@ -140,12 +140,6 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
text-align: center;
background-color: #1b212c;
}
[align="center"]{
table{
display: unset;
margin:0px auto;
}
}
.container .footer__copyright p{
margin-bottom: 0px!important;
}

7
static/css/styles.css Normal file
View File

@ -0,0 +1,7 @@
[align="center"]{
table{
display: unset;
margin:0px auto;
}
}