Theme Files Update

This commit is contained in:
GitHub Action 2023-08-19 07:24:17 +00:00
parent dd0cc8f02d
commit 680dbbd43f
15 changed files with 69 additions and 20 deletions

View file

@ -0,0 +1,6 @@
.has-jax {
-webkit-font-smoothing: antialiased;
background: inherit !important;
border: none !important;
font-size: 100%;
}

View file

@ -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 }

View file

@ -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 {