146
147
148
149
150
151
152
153
154
155
156
157
158
159
|
div.grammalecte_lxg_token_COMPLEX {
background-color: hsla(60, 50%, 50%, 1);
}
div.grammalecte_lxg_token_PUNC {
background-color: hsla(210, 50%, 50%, 1);
}
div.grammalecte_lxg_token_SIGN {
background-color: hsla(300, 50%, 50%, 1);
}
div.grammalecte_lxg_token_LINK {
background-color: hsla(270, 50%, 50%, 1);
}
div.grammalecte_lxg_token_HTML,
div.grammalecte_lxg_token_PSEUDO_HTML {
|
>
>
>
>
|
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
|
div.grammalecte_lxg_token_COMPLEX {
background-color: hsla(60, 50%, 50%, 1);
}
div.grammalecte_lxg_token_PUNC {
background-color: hsla(210, 50%, 50%, 1);
}
div.grammalecte_lxg_token_SIGN {
background-color: hsla(210, 50%, 50%, 1);
}
div.grammalecte_lxg_token_SYMBOL,
div.grammalecte_lxg_token_EMOJI {
background-color: hsla(300, 50%, 50%, 1);
}
div.grammalecte_lxg_token_LINK {
background-color: hsla(270, 50%, 50%, 1);
}
div.grammalecte_lxg_token_HTML,
div.grammalecte_lxg_token_PSEUDO_HTML {
|