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 { footer .button {
background-color: var(--cardbgcolor) !important; background-color: var(--cardbgcolor) !important;
} }
.has-text-black-ter {
color: var(--color) !important;
}
</style> </style>

View File

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

View File

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

View File

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

View File

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