mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 20:36:38 -04:00
Update manual to new draft version
This commit is contained in:
parent
a3f543ac2e
commit
6783e0e1a9
13 changed files with 1496 additions and 91 deletions
|
@ -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;
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue