diff --git a/app/app.ejs b/app/app.ejs index cf48014..c69c395 100644 --- a/app/app.ejs +++ b/app/app.ejs @@ -16,7 +16,7 @@ #main { display: none; height: calc(100% - 22px); - background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); + background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%); width: 100%; position: absolute; z-index: 10; diff --git a/app/assets/js/scripts/uicore.js b/app/assets/js/scripts/uicore.js index 02e9b5d..7e042e7 100644 --- a/app/assets/js/scripts/uicore.js +++ b/app/assets/js/scripts/uicore.js @@ -30,6 +30,7 @@ remote.getCurrentWebContents().on('devtools-opened', () => { console.log('%cThe console is dark and full of terrors.', 'color: white; -webkit-text-stroke: 4px #a02d2a; font-size: 60px; font-weight: bold') console.log('%cIf you\'ve been told to paste something here, you\'re being scammed.', 'font-size: 16px') console.log('%cUnless you know exactly what you\'re doing, close this window.', 'font-size: 16px') + console.log("%cCheckout DPSoftware Foundation at dpsoftwarefoundation.org", 'font-size: 16px') }) // Disable zoom, needed for darwin. diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..a01add9 --- /dev/null +++ b/run.bat @@ -0,0 +1 @@ +npm run start \ No newline at end of file