diff --git a/frontend/components/Editor/components/Link.js b/frontend/components/Editor/components/Link.js index 5cd0e03c3..dad765f2a 100644 --- a/frontend/components/Editor/components/Link.js +++ b/frontend/components/Editor/components/Link.js @@ -4,7 +4,7 @@ import type { Props } from '../types'; export default function Link({ attributes, node, children }: Props) { return ( - + {children} ); diff --git a/frontend/styles/base.css b/frontend/styles/base.css index 1c9f8a731..52f316ae8 100644 --- a/frontend/styles/base.css +++ b/frontend/styles/base.css @@ -20,9 +20,17 @@ body, margin: 0; } -body { +body, +button, +input, +optgroup, +select, +textarea { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; +} + +body { font-size: 16px; line-height: 1.5; margin: 0;