Update manual to new draft version

This commit is contained in:
Alex Cabal 2020-03-26 18:57:38 -05:00
parent a3f543ac2e
commit 6783e0e1a9
13 changed files with 1496 additions and 91 deletions

View file

@ -132,6 +132,10 @@
margin-top: -3px; /* to match poor crimson alignment */
}
code.bash > span{
color: var(--dark-button-highlight);
}
figure code.html .ws,
code.full .ws{
border-color: #fff;
@ -185,6 +189,12 @@ main.manual > nav ol{
list-style: none;
}
figure code.html,
figure code.css{
white-space: pre;
overflow-x: auto;
}
@media(max-width: 1700px){
main.manual > article{
margin-left: 10rem;

View file

@ -47,8 +47,10 @@
.mh { color: #ae81ff } /* Literal.Number.Hex */
.mi { color: #ae81ff } /* Literal.Number.Integer */
.mo { color: #ae81ff } /* Literal.Number.Oct */
.sa { color: #e6db74 } /* Literal.String.Affix */
.sb { color: #e6db74 } /* Literal.String.Backtick */
.sc { color: #e6db74 } /* Literal.String.Char */
.dl { color: #e6db74 } /* Literal.String.Delimiter */
.sd { color: #e6db74 } /* Literal.String.Doc */
.s2 { color: #e6db74 } /* Literal.String.Double */
.se { color: #ae81ff } /* Literal.String.Escape */
@ -59,7 +61,9 @@
.s1 { color: #e6db74 } /* Literal.String.Single */
.ss { color: #e6db74 } /* Literal.String.Symbol */
.bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.fm { color: #a6e22e } /* Name.Function.Magic */
.vc { color: #f8f8f2 } /* Name.Variable.Class */
.vg { color: #f8f8f2 } /* Name.Variable.Global */
.vi { color: #f8f8f2 } /* Name.Variable.Instance */
.vm { color: #f8f8f2 } /* Name.Variable.Magic */
.il { color: #ae81ff } /* Literal.Number.Integer.Long */