From 13ae766df9e3504db0aaee1576fbfb77aa8bb89f Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 2 Jun 2019 22:34:00 +1000 Subject: [PATCH] Style tweak --- public/content/task_list.md | 3 +++ public/styles/shared.css | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/public/content/task_list.md b/public/content/task_list.md index 3bc86a6..0724efd 100644 --- a/public/content/task_list.md +++ b/public/content/task_list.md @@ -12,6 +12,7 @@ Minor * Implement combat log rows. * Implement game ladder sorting. * Implement badges. +* Implement Patreon thank you page. Patch --- @@ -22,3 +23,5 @@ Wishlist --- * In-game events. +* Hire a graphic designer. + diff --git a/public/styles/shared.css b/public/styles/shared.css index 23016f9..ad1e915 100644 --- a/public/styles/shared.css +++ b/public/styles/shared.css @@ -13,8 +13,8 @@ body { flex-direction: column; overflow-x: hidden; overflow-y: auto; - background-color: #111111; - color: white; + background-color: #131416; + color: #EEEEEE; } .banner { @@ -286,7 +286,7 @@ footer { pre { color: pink; - background-color: #222222; + background-color: #1a253a; margin-top: 1em; margin-bottom: 1em; }