1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* evlib docs house style: Tahoma-first body font (matches figure/SVG style,
CLAUDE.local.md). Overrides Material's `--md-text-font` inline default;
this file loads after that inline <style> block, so the later rule wins. */
}
/* Figure captions: muted, centred text under an <img> in a <figure> block.
No repo convention existed yet (representations.md uses plain image alt
text with no caption element), so this establishes the figure/figcaption
pattern for pages that want an explicit caption. */
}
}
}
/* Dark-mode SVG swap: embed a light and a `-dark` SVG side by side (as
docs/rvt/index.md does); show only the one matching the active scheme.
Material's own `#only-dark`/`#only-light` fragment convention isn't used
here since the existing pages pair on filename, not URL fragment.
Scoped to `diagrams/` paths only, so it does not touch unrelated
standalone SVGs elsewhere on the site (e.g. README-style badge images
with no `-dark` counterpart). */
}
}
}