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