To optimize the bugs #2
parent
44aed1f14e
commit
b20e9e0b87
|
@ -483,4 +483,8 @@
|
|||
footer .button {
|
||||
background-color: var(--cardbgcolor) !important;
|
||||
}
|
||||
|
||||
.has-text-black-ter {
|
||||
color: var(--color) !important;
|
||||
}
|
||||
</style>
|
|
@ -56,7 +56,6 @@
|
|||
<style>
|
||||
#toc {
|
||||
/*position: fixed;*/
|
||||
z-index: -1;
|
||||
/*left: 44%;*/
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
* --------------------------------- */
|
||||
html {
|
||||
font-size: 14px;
|
||||
overflow: -moz-hidden-unscrollable;
|
||||
}
|
||||
.section {
|
||||
padding: 2rem 1.5rem;
|
||||
|
|
|
@ -10,6 +10,8 @@ screen-fullhd = 1472px
|
|||
* --------------------------------- */
|
||||
html
|
||||
font-size: 14px
|
||||
overflow: -moz-hidden-unscrollable;
|
||||
|
||||
|
||||
//body
|
||||
// background-color: #f7f7f7
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue