ebnf function styles

This commit is contained in:
Rhiannon Morris 2024-11-26 16:32:06 +01:00
parent 5c28290cc2
commit e63446418c

View file

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