GraphContent: inherit size, weight for links

This commit is contained in:
Liam Fitzgerald 2021-05-20 11:43:02 +10:00
parent aa18917d5d
commit ead07b9c4f
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB
2 changed files with 4 additions and 3 deletions

View File

@ -37,8 +37,7 @@ export const Omnibus = Template.bind({});
Omnibus.args = {
contents: [
{
text: `
# Structure of Document
text: `# Structure of Document
Document is organized by Symptom, Diagnosis and Mitigation. Symptoms are user-level difficulties, problems, etc. this section also includes the differential diagnosis (ie, is a ship unavailable because its down or because eyre is not responding). Diagnosis is the root cause of the symptom. Mitigation includes steps that can be taken to fix the users problem. It also will define who can take certain mitigation steps.
@ -46,7 +45,7 @@ There are presumed to be 3 roles of support:
- **Kenny**: has normal web access but no GCP Permissions
- **Jose**: Has GCP Permissions and can perform common procedures using the ylem tooling
## Second Heading
## Second Heading [and a link](https://urbit.org)
This demonstration text includes an inline mention here
`,

View File

@ -336,6 +336,8 @@ const renderers = {
display="inline"
href={props.url}
borderBottom="1"
fontSize="inherit"
fontWeight="inherit"
color="black"
target="_blank"
>