|
5 | 5 | color: var(--text-base); |
6 | 6 | text-wrap: pretty; |
7 | 7 |
|
| 8 | + strong { |
| 9 | + font-weight: var(--font-weight-medium); |
| 10 | + } |
| 11 | + |
8 | 12 | /* text-12-regular */ |
9 | 13 | font-family: var(--font-family-sans); |
10 | | - font-size: var(--font-size-small); |
| 14 | + font-size: var(--font-size-base); |
11 | 15 | font-style: normal; |
12 | 16 | font-weight: var(--font-weight-regular); |
13 | | - line-height: var(--line-height-large); /* 166.667% */ |
| 17 | + line-height: var(--line-height-large); |
14 | 18 | letter-spacing: var(--letter-spacing-normal); |
15 | 19 |
|
16 | | - h1, |
17 | | - h2, |
| 20 | + h1 { |
| 21 | + margin-top: 40px; |
| 22 | + font-weight: var(--font-weight-medium); |
| 23 | + color: var(--text-strong); |
| 24 | + |
| 25 | + strong { |
| 26 | + font-weight: var(--font-weight-medium); |
| 27 | + } |
| 28 | + } |
| 29 | + |
| 30 | + h2 { |
| 31 | + margin-top: 32px; |
| 32 | + font-weight: var(--font-weight-medium); |
| 33 | + color: var(--text-strong); |
| 34 | + |
| 35 | + strong { |
| 36 | + font-weight: var(--font-weight-medium); |
| 37 | + } |
| 38 | + } |
| 39 | + |
18 | 40 | h3 { |
19 | | - margin-top: 16px; |
20 | | - margin-bottom: 8px; |
| 41 | + margin-top: 24px; |
21 | 42 | font-weight: var(--font-weight-medium); |
| 43 | + color: var(--text-strong); |
| 44 | + |
| 45 | + |
| 46 | + strong { |
| 47 | + font-weight: var(--font-weight-medium); |
| 48 | + } |
| 49 | + } |
| 50 | + |
| 51 | + h1 { |
| 52 | + font-size: 15px; |
22 | 53 | } |
23 | 54 |
|
24 | 55 | p { |
| 56 | + margin-top: 16px; |
25 | 57 | margin-bottom: 8px; |
26 | 58 | } |
27 | 59 |
|
28 | 60 | ul, |
29 | 61 | ol { |
30 | 62 | margin-top: 16px; |
31 | | - margin-bottom: 16px; |
| 63 | + |
| 64 | + li { |
| 65 | + margin-bottom: 12px; |
| 66 | + line-height: var(--line-height-large); |
| 67 | + } |
| 68 | + |
| 69 | + li:last-child { |
| 70 | + margin-bottom: 0; |
| 71 | + } |
32 | 72 | } |
33 | 73 |
|
34 | 74 | hr { |
|
37 | 77 | border-color: var(--border-weaker-base); |
38 | 78 | } |
39 | 79 |
|
| 80 | + .shiki { |
| 81 | + font-size: 13px; |
| 82 | + background: var(--surface-raised-base) !important; /* temporary fix to test style */ |
| 83 | + padding: 8px 12px; |
| 84 | + border-radius: 4px; |
| 85 | + border: 0.5px solid var(--border-weak-base); |
| 86 | + } |
| 87 | + |
40 | 88 | pre { |
41 | 89 | margin-top: 2rem; |
42 | 90 | margin-bottom: 2rem; |
|
51 | 99 | :not(pre) > code { |
52 | 100 | font-family: var(--font-family-mono); |
53 | 101 | font-feature-settings: var(--font-family-mono--font-feature-settings); |
54 | | - font-size: 0.9em; |
| 102 | + font-size: 13px; |
55 | 103 | /* background-color: var(--surface-base-strong); */ |
56 | 104 | /* padding: 0.15em 0.35em; */ |
57 | 105 | /* border-radius: var(--radius-sm); */ |
|
0 commit comments