From 5633ad0d2b161223accbfb6ce6319f1414dc5389 Mon Sep 17 00:00:00 2001 From: chylex Date: Fri, 6 Sep 2019 07:46:24 +0200 Subject: [PATCH] Tweak website background color & update support links --- src/renderer/scr.gui.js | 2 +- web/index.php | 3 ++- web/style.css | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/renderer/scr.gui.js b/src/renderer/scr.gui.js index 43fe9af..d3942ad 100644 --- a/src/renderer/scr.gui.js +++ b/src/renderer/scr.gui.js @@ -54,7 +54,7 @@ var GUI = (function(){ showModal(560, `

Discord History Tracker is developed by chylex as an open source project.

{{{version:full}}} -

Please, report any issues and suggestions to the tracker. If you want to support the development, please spread the word and consider becoming a patron. Any support is appreciated!

+

Please, report any issues and suggestions to the tracker. If you want to support the development, please spread the word and consider becoming a patron or buying me a coffee. Any support is appreciated!

Issue Tracker  —  GitHub Repository  —  Developer's Twitter

`); }; diff --git a/web/index.php b/web/index.php index 88946c7..82be3b8 100644 --- a/web/index.php +++ b/web/index.php @@ -68,7 +68,8 @@ Issues & Suggestions  —  Source Code  —  Follow Dev on Twitter  —  - Support Development on Patreon + Support via Patreon  —  + Support via Ko-fi

Disclaimer

diff --git a/web/style.css b/web/style.css index 3e6c718..2eea4d9 100644 --- a/web/style.css +++ b/web/style.css @@ -5,7 +5,7 @@ body { font-size: 18px; text-shadow: 1px 1px 0 #111; color: rgba(255, 255, 255, 0.8); - background-color: #3F4145; + background-color: #3B3E45; box-sizing: border-box; -moz-box-sizing: border-box; }