diff --git a/package.json b/package.json index a6be641..f0d5134 100755 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "auto-launch": "^5", - "battery-level": "^3", + "child_process": "^1.0.2", "dark-mode": "^3.0.0", "electron-settings": "^3" } diff --git a/src/index.css b/src/index.css index 2861382..01495cf 100755 --- a/src/index.css +++ b/src/index.css @@ -23,10 +23,10 @@ body, #app { color: #3B252C; font-family: 'Source Sans Pro', sans-serif; - height: 100%; width: 100%; padding: 0; margin: 0; + border-radius: 8px; } #app.dark { @@ -54,9 +54,7 @@ hr { #app .link { color: #3F8EFC; - /* color: inherit; */ font-size: 1em; - /* font-weight: normal; */ cursor: pointer; } diff --git a/src/index.html b/src/index.html index 760ecd8..825cab1 100755 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@
-