-
Notifications
You must be signed in to change notification settings - Fork 19
/
markup
24 lines (19 loc) · 973 Bytes
/
markup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.new{background-color: #FF0; color: #000}
.recent{background-color: #FFA}
.ndef{font-style: italic}
.italic{font-style: italic}
.op{font-family: monospace; font-weight: bold}
.key{font-weight: bold}
.type{font-family: monospace}
.str{font-family: monospace} /* string type */
.array{font-family: monospace} /* array type */
.tup{font-family: monospace} /* tuple type, tuple is indeed a keyword */
.obj{font-family: monospace} /* object type, object is indeed a keyword */
.var{font-family: monospace; font-style: italic}
.mod{font-family: monospace; font-variant: small-caps}
.lit{font-family: monospace; font-style: italic}
.clit{font-family: monospace; font-style: italic} /* the same as .lit, but never enclosed with backticks */
.slit{font-family: monospace; font-style: italic}
.const{font-family: monospace; font-style: italic}
.code{font-family: monospace; background-color: #EEE; color: #000}
.term{font-family: monospace; background-color: #EEE; color: #000}