|
@@ -5,30 +5,70 @@
|
|
|
color: var(--text-base);
|
|
color: var(--text-base);
|
|
|
text-wrap: pretty;
|
|
text-wrap: pretty;
|
|
|
|
|
|
|
|
|
|
+ strong {
|
|
|
|
|
+ font-weight: var(--font-weight-medium);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/* text-12-regular */
|
|
/* text-12-regular */
|
|
|
font-family: var(--font-family-sans);
|
|
font-family: var(--font-family-sans);
|
|
|
- font-size: var(--font-size-small);
|
|
|
|
|
|
|
+ font-size: var(--font-size-base);
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
font-weight: var(--font-weight-regular);
|
|
font-weight: var(--font-weight-regular);
|
|
|
- line-height: var(--line-height-large); /* 166.667% */
|
|
|
|
|
|
|
+ line-height: var(--line-height-large);
|
|
|
letter-spacing: var(--letter-spacing-normal);
|
|
letter-spacing: var(--letter-spacing-normal);
|
|
|
|
|
|
|
|
- h1,
|
|
|
|
|
- h2,
|
|
|
|
|
|
|
+ h1 {
|
|
|
|
|
+ margin-top: 40px;
|
|
|
|
|
+ font-weight: var(--font-weight-medium);
|
|
|
|
|
+ color: var(--text-strong);
|
|
|
|
|
+
|
|
|
|
|
+ strong {
|
|
|
|
|
+ font-weight: var(--font-weight-medium);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ h2 {
|
|
|
|
|
+ margin-top: 32px;
|
|
|
|
|
+ font-weight: var(--font-weight-medium);
|
|
|
|
|
+ color: var(--text-strong);
|
|
|
|
|
+
|
|
|
|
|
+ strong {
|
|
|
|
|
+ font-weight: var(--font-weight-medium);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
h3 {
|
|
h3 {
|
|
|
- margin-top: 16px;
|
|
|
|
|
- margin-bottom: 8px;
|
|
|
|
|
|
|
+ margin-top: 24px;
|
|
|
font-weight: var(--font-weight-medium);
|
|
font-weight: var(--font-weight-medium);
|
|
|
|
|
+ color: var(--text-strong);
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ strong {
|
|
|
|
|
+ font-weight: var(--font-weight-medium);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ h1 {
|
|
|
|
|
+ font-size: 15px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
p {
|
|
|
|
|
+ margin-top: 16px;
|
|
|
margin-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
ul,
|
|
ul,
|
|
|
ol {
|
|
ol {
|
|
|
margin-top: 16px;
|
|
margin-top: 16px;
|
|
|
- margin-bottom: 16px;
|
|
|
|
|
|
|
+
|
|
|
|
|
+ li {
|
|
|
|
|
+ margin-bottom: 12px;
|
|
|
|
|
+ line-height: var(--line-height-large);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ li:last-child {
|
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
hr {
|
|
@@ -37,6 +77,14 @@
|
|
|
border-color: var(--border-weaker-base);
|
|
border-color: var(--border-weaker-base);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .shiki {
|
|
|
|
|
+ font-size: 13px;
|
|
|
|
|
+ background: var(--surface-raised-base) !important; /* temporary fix to test style */
|
|
|
|
|
+ padding: 8px 12px;
|
|
|
|
|
+ border-radius: 4px;
|
|
|
|
|
+ border: 0.5px solid var(--border-weak-base);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
pre {
|
|
pre {
|
|
|
margin-top: 2rem;
|
|
margin-top: 2rem;
|
|
|
margin-bottom: 2rem;
|
|
margin-bottom: 2rem;
|
|
@@ -51,7 +99,7 @@
|
|
|
:not(pre) > code {
|
|
:not(pre) > code {
|
|
|
font-family: var(--font-family-mono);
|
|
font-family: var(--font-family-mono);
|
|
|
font-feature-settings: var(--font-family-mono--font-feature-settings);
|
|
font-feature-settings: var(--font-family-mono--font-feature-settings);
|
|
|
- font-size: 0.9em;
|
|
|
|
|
|
|
+ font-size: 13px;
|
|
|
/* background-color: var(--surface-base-strong); */
|
|
/* background-color: var(--surface-base-strong); */
|
|
|
/* padding: 0.15em 0.35em; */
|
|
/* padding: 0.15em 0.35em; */
|
|
|
/* border-radius: var(--radius-sm); */
|
|
/* border-radius: var(--radius-sm); */
|