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; }