diff --git a/atom/browser/default_app/index.html b/atom/browser/default_app/index.html index 50f4295e4d01..ba4e72c42e93 100644 --- a/atom/browser/default_app/index.html +++ b/atom/browser/default_app/index.html @@ -6,13 +6,20 @@ color: #45828E; background-color: #A5ECFA; font-family: 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif; - padding: 30px; + padding: 0; + margin: 0; + } + + .container { + padding: 15px 30px; } h2 { + background-color: #76C7D7; + color: #FAF7F3; font-weight: 400; - line-height: 1.1; - letter-spacing: -0.015em; + padding: 15px 30px; + margin: 0; } a { @@ -89,36 +96,40 @@ -

- To run your app with Electron, execute the following command under your - Console (or Terminal): -

+
- +

+ To run your app with Electron, execute the following command under your + Console (or Terminal): +

-

- The path-to-your-app should be the path to your own Electron - app, you can read the - - guide in Electron's - - on how to write one. -

+ -

- Or you can just drag your app here to run it: -

+

+ The path-to-your-app should be the path to your own Electron + app, you can read the + + guide in Electron's + + on how to write one. +

+ +

+ Or you can just drag your app here to run it: +

+ +
+ Drag your app here to run it +
-
- Drag your app here to run it