forked from osredm/PHengLEI-docs
styles
This commit is contained in:
parent
08d49d72d7
commit
10bd99f84e
|
@ -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:[
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
[align="center"]{
|
||||
table{
|
||||
display: unset;
|
||||
margin:0px auto;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue