From 87f5623215541e41f89ab16053d39467ff39b5c7 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 9 Dec 2019 04:32:46 -0500 Subject: [PATCH] rebalance colors a bit --- docs/changelog.txt | 2 ++ views/style.css | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 7fd9460..0f02715 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -2,6 +2,8 @@ changelog -- next ++ Rebalance colors slightly. Looks a little fresher now? + + Add unplug command for servers that have dropped off the net. + Add notes field to honkers to document their downfall. diff --git a/views/style.css b/views/style.css index bba2f4a..29bc219 100644 --- a/views/style.css +++ b/views/style.css @@ -1,8 +1,8 @@ html { - --bg-page: #305; + --bg-page: #306; --bg-dark: #002; - --fg: #dde; - --fg-subtle: #aab; + --fg: #dcf; + --fg-subtle: #a9c; --fg-limited: #a79; }