/[sudobot]/trunk/typedoc/typedoc.css
ViewVC logotype

Contents of /trunk/typedoc/typedoc.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 632 - (show annotations)
Thu Oct 10 17:53:11 2024 UTC (5 months, 3 weeks ago) by rakinar2
File MIME type: text/css
File size: 725 byte(s)
chore: synchronize

1 * {
2 font-family: Inter, -apple-system, system-ui, Roboto, Arial, sans-serif;
3 }
4
5 pre,
6 code,
7 .tsd-signature,
8 .tsd-signature *,
9 .tsd-type-parameter-list,
10 .tsd-type-parameter-list *:not(.tsd-typography),
11 .tsd-parameter-list,
12 .tsd-parameter-list *,
13 .tsd-signature-symbol,
14 .tsd-signature-type,
15 .tsd-signature-symbol *,
16 .tsd-signature-type *
17 {
18 font-family: "JetbrainsMono NFM", "JetbrainsMono", Menlo, "SF Mono", Consolas, monospace ;
19 }
20
21 .tsd-typography, .tsd-typography * {
22 font-family: Inter, -apple-system, system-ui, Roboto, Arial, sans-serif;
23 }
24
25 .site-menu > .tsd-navigation {
26 margin-right: 20px;
27 }
28
29 .page-menu > .tsd-page-navigation > .tsd-accordion-summary {
30 margin-bottom: 15px;
31 margin-top: 20px;
32 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26