ebnf function styles
This commit is contained in:
parent
5c28290cc2
commit
e63446418c
1 changed files with 12 additions and 1 deletions
|
@ -296,7 +296,7 @@ footer {
|
|||
|
||||
.ebnf-nt {
|
||||
font-weight: 500;
|
||||
color: hsl(155deg, 80%, 30%);
|
||||
color: hsl(155deg, 80%, 20%);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
@ -318,6 +318,17 @@ footer {
|
|||
color: hsl(330deg, 80%, 30%);
|
||||
}
|
||||
|
||||
.ebnf-f {
|
||||
font-weight: bold;
|
||||
color: hsl(280deg, 80%, 30%);
|
||||
}
|
||||
|
||||
.ebnf-com {
|
||||
font-style: italic;
|
||||
color: hsl(350deg, 20%, 40%);
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
max-width: 70%;
|
||||
border-left: 1px solid black;
|
||||
|
|
Loading…
Reference in a new issue