diff --git a/lib/error-debug.js b/lib/error-debug.js index 1e1beb3b..a3731e84 100644 --- a/lib/error-debug.js +++ b/lib/error-debug.js @@ -40,8 +40,8 @@ const styles = { }, message: { - fontFamily: '"SF Mono", "Roboto Mono", "Fira Mono", menlo-regular, monospace', - fontSize: '10px', + fontFamily: '"SF Mono", "Roboto Mono", "Fira Mono", consolas, menlo-regular, monospace', + fontSize: '14px', 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: '13px', + fontSize: '16px', fontWeight: 'bold', color: '#ff84bf', marginBottom: '20px'