To optimize the bugs #2

v1.2.0
kun.peng 2019-10-21 21:20:26 +08:00
parent 44aed1f14e
commit b20e9e0b87
5 changed files with 9 additions and 2 deletions

View File

@ -483,4 +483,8 @@
footer .button {
background-color: var(--cardbgcolor) !important;
}
.has-text-black-ter {
color: var(--color) !important;
}
</style>

View File

@ -56,7 +56,6 @@
<style>
#toc {
/*position: fixed;*/
z-index: -1;
/*left: 44%;*/
display: inline-block;
text-align: left;

View File

@ -3,6 +3,7 @@
* --------------------------------- */
html {
font-size: 14px;
overflow: -moz-hidden-unscrollable;
}
.section {
padding: 2rem 1.5rem;

View File

@ -10,6 +10,8 @@ screen-fullhd = 1472px
* --------------------------------- */
html
font-size: 14px
overflow: -moz-hidden-unscrollable;
//body
// background-color: #f7f7f7

View File

@ -52,9 +52,10 @@ pre[class*="language-"] {
pre[class*="language-"] {
padding: 2em;
margin: .5em 0;
overflow: auto;
border-radius: 2px;
line-height: 2;
overflow-y: hidden;
}
/* Inline code */