1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

tweak font sizes again 🙈

This commit is contained in:
Guillermo Rauch 2017-01-21 18:12:27 -08:00
parent 3813f73ece
commit 85cd38f4bd

View file

@ -30,7 +30,7 @@ const styles = {
background: '#a6004c',
boxSizing: 'border-box',
overflow: 'auto',
padding: '16px',
padding: '15px',
position: 'fixed',
left: 0,
right: 0,
@ -41,7 +41,7 @@ const styles = {
message: {
fontFamily: '"SF Mono", "Roboto Mono", "Fira Mono", consolas, menlo-regular, monospace',
fontSize: '14px',
fontSize: '13px',
color: '#fbe7f1',
margin: 0,
whiteSpace: 'pre-wrap',
@ -50,7 +50,7 @@ const styles = {
heading: {
fontFamily: '-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Fira Sans", Avenir, "Helvetica Neue", "Lucida Grande", sans-serif',
fontSize: '16px',
fontSize: '15px',
fontWeight: 'bold',
color: '#ff84bf',
marginBottom: '20px'