Differences From
Artifact [0a87e02f8c]:
270 270 code var {
271 271 color: @tone(0.4);
272 272 }
273 273 ]];
274 274 math = [[
275 275 span.equation {
276 276 display: inline-block;
277 - background: @tone(0.08);
278 - color: @tone(2);
277 + background: @tone(0.08 5);
278 + color: @tone(1.5 70);
279 279 padding: 0.1em 0.3em;
280 - border: 1px solid @tone(0.5);
280 + border: 1px inset @tone(0.3 5);
281 + }
282 + span.equation var {
283 + color: @tone(1 40);
284 + }
285 + span.equation :is(code,var,strong) {
286 + font-family: initial;
287 + }
288 + span.equation strong {
289 + color: @tone(1 90);
290 + padding: 0 0.4em;
291 + }
292 + span.equation code {
293 + color: @tone(0.9 10);
294 + background: none;
295 + padding: 0;
281 296 }
282 297 ]];
283 298 abbr = [[
284 299 abbr[title] { cursor: help; }
285 300 ]];
286 301 editors_markup = [[]];
287 302 block_code_listing = [[