rebalance colors a bit
Ted Unangst tedu@tedunangst.com
Mon, 09 Dec 2019 04:32:46 -0500
2 files changed,
5 insertions(+),
3 deletions(-)
M
docs/changelog.txt
→
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.
M
views/style.css
→
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; }