To optimize the bugs #2
parent
44aed1f14e
commit
b20e9e0b87
|
@ -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>
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue