From 66023b0201a7b2fb5c1c3d7642af20e3edaa0bf2 Mon Sep 17 00:00:00 2001 From: Kane York Date: Mon, 13 Nov 2017 17:40:09 -0800 Subject: [PATCH 1/2] Highlight expenditures on calendar --- style.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.less b/style.less index a1ffbd5..8fffaf6 100644 --- a/style.less +++ b/style.less @@ -861,6 +861,9 @@ header{ } } + .planting, .planting + more { + background: #d0ae96; + } .planting, .harvesting{ padding-bottom: 11px; .clearfix; @@ -1143,4 +1146,4 @@ header{ } } } -} \ No newline at end of file +} From 83f09c9aa8343037b654dbdf9637aff558cc7d38 Mon Sep 17 00:00:00 2001 From: Kane York Date: Mon, 13 Nov 2017 18:19:48 -0800 Subject: [PATCH 2/2] Color Wednesday plantings harsher (General Store is closed on Wednesdays, so you have to buy ahead or buy from JojaMart) --- style.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.less b/style.less index 8fffaf6..b73670c 100644 --- a/style.less +++ b/style.less @@ -864,6 +864,11 @@ header{ .planting, .planting + more { background: #d0ae96; } + &:nth-child(7n+3) { + .planting, .planting + more { + background: #cc978d; + } + } .planting, .harvesting{ padding-bottom: 11px; .clearfix;