feat: Notice blocks available as new editor options (#1371)

* feat: Notice blocks available as new editor options

* fix: styling tweak
feat: Add shortcut to keyboard modal

* add notices to welcome docs

* styling tweaks

* styling tweaks

* styling tweaks
This commit is contained in:
Tom Moor
2020-07-20 19:03:14 -07:00
committed by GitHub
parent 710fcc697c
commit 70e1194f90
9 changed files with 58 additions and 16 deletions

View File

@@ -82,6 +82,7 @@ const Heading = styled.h3`
margin-bottom: 0.25em;
overflow: hidden;
white-space: nowrap;
color: ${props => props.theme.text};
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
`;