Theme Files Update
This commit is contained in:
parent
dd0cc8f02d
commit
680dbbd43f
15 changed files with 69 additions and 20 deletions
6
assets/scss/_mathjax.scss
Normal file
6
assets/scss/_mathjax.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
.has-jax {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
background: inherit !important;
|
||||
border: none !important;
|
||||
font-size: 100%;
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
/* Error */ .chroma .err { color: #960050; background-color: #1e0010 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #55595ebb }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em; }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em; }
|
||||
/* Keyword */ .chroma .k { color: #66d9ef }
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
@import "normalize.scss";
|
||||
@import "syntax.scss";
|
||||
@import "animate.scss";
|
||||
@import "scroll.scss";
|
||||
@import "_scroll.scss";
|
||||
@import "_mathjax.scss";
|
||||
|
||||
/* Webkit Scrollbar Customize */
|
||||
::-webkit-scrollbar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue